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
 

Reply via email to