html only allows to upload a single file (which can be an archive of a
directory of course)

2005/11/5, Marco Mistroni <[EMAIL PROTECTED]>:
> Hello all,
>    i want to use the fileUpload tag from myfaces to allow the user to select
> a directory, but for some reason (maybe i am missing
> some parameters) with that tag it's possible only to select files...
>
> how can i specify directory instead? do i need to set different values for
> some parameters?
>
> here's my tag
>
> <t:inputFileUpload id="directoryName"
>                                accept="image/*"
>                                value="#{databaseBean.directoryName}"
>                                storage="file"
>                                styleClass="fileUploadInput"
>                                required="true"/>
>
>
> thanks in advance and regards
>  marco
>


--
Mathias

Reply via email to