|
-
Mar 6th, 2007, 10:06 PM
#1
Thread Starter
New Member
Multiple file upload
Dear All,
I want to upload multiple files using a single file element since the user cannot click browse, select the file multiple times as he has to upload more than 50 files each time. So he need to have one file element and then click browse, use the shift/ctrl key to select all the files and hit the upload button to upload all those files he has selected.
So farr I've managed to upload multiple files using multiple file elements.. and am really struck with having one file element to upload multiple files at one go.. any idea on this will be highly appreciated....
Thanks,,
-
Mar 7th, 2007, 03:59 AM
#2
Re: Multiple file upload
Not possible. Especially not possible from PHP - this is about HTML-defined capabilities combined with browser UI issues.
If you need to upload many files, handle ZIP archives and let the user upload those.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|