Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple image upload without flash

I want to use HTML and PHP for 9 or more images upload. The problem is that I don't want 9 upload fields because it looks bad. Does anybody have any suggestions ? Maybe examples ?

Thanks.

like image 488
Manny Calavera Avatar asked Feb 23 '26 11:02

Manny Calavera


2 Answers

I've been using noSWFUpload for some time and it works pretty good. It relies on XMLHttpRequest's sendAsBinary in supporting clients and falls back to iframe-based submission.

like image 62
kangax Avatar answered Feb 24 '26 23:02

kangax


http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/

like image 38
great_llama Avatar answered Feb 24 '26 23:02

great_llama