Topic: Upload file directory

Hello,

I was wondering if it is possible to pick a directory and upload all the children files inside said directory using the Vaadin Plupload add-on.

Re: Upload file directory

I'm not familiar with Vaadin Plupload add-on. Also I'm afraid it is not possible in Plupload. You could drag'n'drop the directory though.

However I should mention that underlying FileInput element does have such capability (see directory option). But the problem there is that the browse_button cannot be a file and a directory picker at the same time. It should be one or the other. That's basically the reason why the feature didn't make it through to the Plupload.

If you want to see your issue fixed, do not report it here, do it on - GitHub.