Posted by tcblack on December 7, 2006 at 5:12pm
7 followers
Jump to:
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | upload.module |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
It would be a great benefit if after browsing to a file and clicking OK in the dialog, I would be presented with the next FILE submit form before I click "Attach".
In other words:
1. Click browse to select file
2. Click OK
3. File form is filled in with path of file to be uploaded
4. A new file form immediately appears below that one enabling me to select a second (third, fourth...) file
5. Once I've selected all files I can click "attach" and all files will be uploaded and attached to the node.
Comments
#1
Feature requests should be against the development version - updated to 5.x-dev.
#2
Since the code freeze is in effect, feature requests go against the next development version.
#3
Related:
"Support for zip uploads (and extracts) and multiple uploads of single local files"
http://drupal.org/node/236299
#4
+1
Seems odd it doesn't do this in the first place, especially since the file doesn't actually get uploaded until the node is submitted.
Must be a reason if it didn't make it into D5, D6. . .
#5
Like this http://the-stickman.com/web-development/javascript/upload-multiple-files... ?
or this : http://www.fyneworks.com/jquery/multiple-file-upload/ (jQuery)
#6
#625958: Support Uploading Multiple Files for HTML5 Browsers via #multiple attribute is probably our best bet.