In the last version of Google Chrome it’s possible to upload folders, subfolders and files with this code in the html:
<input type=”file” multiple=”multiple” id=”upload_field” webkitdirectory=”” directory=”” />
I’m searching for a programmer who can create a simple script with jquery and php, that uploads the input (folders, subfolders and files) to the filesystem on my server.