I need to be able to allow users to choose a folder on their computer and upload the whole contents to a web site.
It needs to be cross browser and platform compatible. HTML5 can be required.
I have read a lot about the limitations of the different browsers and that Chrome is the only one that really allows folder uploads.
I can place some requirements on the users, but not a lot.
I have also looked at JSZip and thought about zipping the client folder before uploading, but don't know how to get the selected folder from the user.