Home > Chrome, Google, Javascript, jQuery, PHP, Programming, Upload > Folder Upload In Chrome

Folder Upload In Chrome

May 30th, 2011

In the last version of Google Chrome it’s possible to upload folders 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 complete script with jquery and php, that uploads the input (folders, subfolders and files) to the server and write the data in a simple DB.


Folder Upload In Chrome

Comments are closed.
Bear