How can i upload multiple files with PHP using only 1 file upload field

Hey guys, as the title asks
how can i upload multiple files with PHP using only 1 file upload field in the form?
It probably needs to be used with the html5 multiple attribute on the file field but how do i handle it

Also i would appreciate if it could come with a progress bar
Any guide / code sample would help

Thanks.
Ulthane

For multiple file uploads and a progress bar you would be better off using Flash and/or Silverlight. Trying todo progress bars with PHP is near impossible.

ya i found simple one with JS : http://www.sitepoint.com/forums/showthread.php?833137-Need-help-understanding-a-small-script-(file-uploads) thanks anyways :slight_smile:

Hi,

here you also find a simple PHP script that can upload multiple files whith an Ajax progress bar:

http://mydailyhacks.wordpress.com/2012/03/06/php-multi-file-upload-script-progress-bar/

Cheers