Quote:
|
Originally Posted by superklye
I did something similar in PHP once, but I don't know of a way to open a single "browse" box, select multiple files and have them queue up. I assumed you'd have to use some sort of Ajax to do that.
The way I did it was by creating 10 browse inputs and allowing a max of 10 files at once.
I know that's not really what you were hoping for, but this is beyond me.
|
yea, this is what i have implemented currently.
i also found a way to create a queue. here's a link:
http://www.codeproject.com/aspnet/multiuploads.asp
i think im going to need to create an ActiveX control to select multiple files in a Browse window
ive been looking around on how to make an ActiveX control, but there really arent any good sources out there on the web.