Hi,
I'd need to build a "frontend" for instant uploading of multiple files. The PHP backend for handling the upload is pretty easy (iterating thru $_FILES['blah'.$x] in a loop).
The frontent part is much more difficult though. Of course I can offer upload in series of perhaps five files, yet I know that my "employer" wants rather unlimited serialization (20+).
So the question is: how do I store content of a file within, say, an array consisting of names, file contents and descriptions without resubmitting the form- but rather inserting to an array via external (like pop up window) form. Can you recommend any script that would take care of that?



Reply With Quote

Bookmarks