Upload several files at once
mi5ha - July 19, 2007 - 07:09
| Project: | UpAPI (as in Upload API) |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi
Great module! We wanted to write something similar and then discovered your module.
One note. I see that in multi file upload you need to upload every file separately, you need to click Upload for every file and wait for page to reload. This is not particularly effective. Is there a way to upload several files at once that I’m missing maybe?
Cheers!
Misha

#1
It's not there yet. I would welcome a patch for that. I'm sure I'd get around to it at some point, but only when I need it.
#2
creative module concept with core potential.
Looking forward to upload multiple files.
#3
Are we there yet? Can the module be used to upload multiple files at once? If not, can someone give me some guidance in making it happen within this module? Thanks!
#4
You can prompt for multiple files, and upload them at once. I believe the limitation right now is prompting for say 2 files when only 1 is required, the code only works if the user uses the first field. That is, things break down when prompting for multiple files, but the fields are not used in order. If I remember correctly...