Multiple image upload without flash

Manny Calavera picture Manny Calavera · Aug 17, 2009 · Viewed 7.6k times · Source

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.

Answer

kangax picture kangax · Aug 17, 2009

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.