Page 1 of 1

multiple file upload

Posted: Thu Jun 04, 2009 6:30 am
by triesax
I want to creat a multiple file upload that lets a user upload multiple files using a single...input tag. What I mean is I want the user to be able to use the shift key to select multiple files that will be entered to a single input tag which will be passed to the server. I dont want to do the traditional way of uploading multiple files through multiple file input tags.
______________
perfect partner

Re: multiple file upload

Posted: Thu Jun 04, 2009 8:22 am
by DavidIQ
Without some extensive writing and the use of some java (not javascript) or flash control, this just isn't possible with the standard HTML file input tag.