Opened 10 years ago
Last modified 9 years ago
#990 new enhancement
Upload of multiple files in one step is not possible
Reported by: | anongoblin | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | programming | Keywords: | upload mutliple file |
Cc: | Matija Nalis | Parent Tickets: |
Description
Upload works only for 1 file per upload.
Upload should be easier to upload several files at once to a collection.
First step for could be selection of multiple files.
Further possible enhancement is a drag/drop zone to move serveral files in.
Change History (6)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Aeva made a few UI mockups a while ago:
http://pirateradiotheater.org/files/uploader_test/
http://pirateradiotheater.org/files/uploader_test/articulated.html
http://pirateradiotheater.org/files/uploader_test/technicolor.html
These show simple multi-file uploading and make a good start for anything wanting to implement this feature.
comment:3 by , 10 years ago
Maybe this should be rolled into #486? (Or the multi-upload part of that moved here?)
comment:4 by , 10 years ago
There is mediagoblin-html5-multi-upload plugin (see https://issues.mediagoblin.org/ticket/1059) which works fine with mediagoblin 0.7.1 and should be included in the core and improved upon (like adding some feedback about upload status, like in ownCloud project or in mockups above).
Also, one should be able to specify collection where all pictures will be added in the same step (#795).
This is major usability issue - adding pictures one by one and manually adding them in collection is way too much to expect from users. If I need to upload more than 2-3 pictures (which is most of the time) I exclusively use FTP upload and home-made shell scripts which call gmg and psql to add media and push them in specified collection.
comment:5 by , 10 years ago
Cc: | added |
---|
comment:6 by , 9 years ago
fyi the mediagoblin-html5-multi-upload plugin now supports adding the files to collections, but it relies on some recent changes to mediagoblin that aren't in v0.8.1.
see https://issues.mediagoblin.org/ticket/795 too