Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
upload.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2006 at 17:12 UTC
Updated:
6 Dec 2009 at 00:52 UTC
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
Comment #1
Paul Natsuo Kishimoto commentedFeature requests should be against the development version - updated to 5.x-dev.
Comment #2
RobRoy commentedSince the code freeze is in effect, feature requests go against the next development version.
Comment #3
Leeteq commentedRelated:
"Support for zip uploads (and extracts) and multiple uploads of single local files"
http://drupal.org/node/236299
Comment #4
HansBKK commented+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. . .
Comment #5
lilou commentedLike this http://the-stickman.com/web-development/javascript/upload-multiple-files... ?
or this : http://www.fyneworks.com/jquery/multiple-file-upload/ (jQuery)
Comment #6
webchick#625958: Support Uploading Multiple Files for HTML5 Browsers via #multiple attribute is probably our best bet.