0

I need to add chooser for directory as JFILECHOOSER on SMARTGWT. Any suggestions please? I have tried this but I must select the file.

FileItem = new FileItem();
Fruchtzwerg
  • 10,999
  • 12
  • 40
  • 49
Mouazi
  • 1
  • 1

1 Answers1

0

Cheched the docs, for security reasons you can't specify a default path :(

https://www.w3.org/TR/2016/REC-html51-20161101/sec-forms.html#file-upload-state-typefile

Luigi Polvani
  • 405
  • 5
  • 9