←  Code Block

Fallout Studios Forums

»

[JS/HTML/PHP] Multiple file uploader

Slightly Wonky Robob's Photo Slightly Wonky Robob 17 May 2008

I'll keep it short and sweet. Anyone got any idea how to create a browse box that lets you choose more than one file (with HTML/JS) and then with PHP upload the files?

See imageshack's multiuploader for reference.
Quote

CodeCat's Photo CodeCat 17 May 2008

It's just done by making several <input type="file" /> elements. Browser support is rather limited in that respect.
Quote

Slightly Wonky Robob's Photo Slightly Wonky Robob 17 May 2008

that only lets you upload one file at a time...

EDIT: just realised, the multi-file uploader on imageshack is flash based.. I guess that's the way to go :P
Edited by Bob, 17 May 2008 - 23:17.
Quote