I read in the features of Media Gallery that it supports multi-file upload. So far when I have tried uploads, it only allows me to select single files.
Is this feature currently in the module or to be added later?
if its in, then I have an issue with it.
Comments
Comment #1
anavarreMulti-file uploads are handled by Plupload. Please follow the following excerpt from README.txt
Comment #2
JacobSingh commentedI think the requested feature is to add multi-file for multimedia fields. Is this correct?
I believe you filed this somewhere else, can you link to that one, rename and close this as a dupe if that is the case?
Comment #3
nEo-1664 commented@JacobSingh - the ability to do this is within the Media-Gallery, but you need to install the *optional* module PLUpload. drupal.org/project/plupload
This isn't made very within the Media-Gallery README file, so it could do with being updated.
Comment #4
JacobSingh commentedThe original post here doesn't make that very clear. can someone create a new issue and perhaps post a patch (or if you don't know how to patch, just the text to add / change)? I'll happily commit it?
Comment #5
Carlos Miranda Levy commenteddup
Comment #6
Carlos Miranda Levy commentedI enabled the plupload module and downloaded the plupload library.
Yet I don't get to see the multi-file upload feature in Chrome, Firefox or Explorer.
Comment #7
Carlos Miranda Levy commentedNew version fixes it. When you install it you need to make sure the version of plupload you download is supported by the module (not newer than the module in my case).
Comment #8
TripX commentedComment #9
nancydruI'm probably just too dense here, but my concept of multi-file upload is that I can point to a directory on my computer and have the module upload all those images (or the ones I select) without having to "browse" or select them one-by-one. This is not happening. It looks like maybe the "library" option is close, but that requires that the files already be uploaded (FTP perhaps?). I am not giving FTP access to any of my users.
Comment #10
TripX commentedNancyDru, through plupload it is possible to upload several files at once without "one after another". See comment #1.
Comment #11
nancydruI installed this module with PLUpload, and it is still one file at a time. Maybe I am missing something? Do I have to change something in the Gallery content type?
Comment #12
TripX commentedSeveral here have no problem with it, so go straight ahead with this instructions:
- First, download the module from http://drupal.org/project/plupload and unpack it in your contributed modules directory (usually sites/all/modules).
- Next, download the Plupload JavaScript library from http://www.plupload.com
- Unzip this library inside your Plupload module directory (e.g., inside sites/all/modules/plupload, so that in the end there is a
sites/all/modules/plupload/plupload directory containing the library).
See the Plupload module's README.txt file for up-to-date instructions.
Comment #13
nancydruYour instructions are not what is in my copy of the README file (to use sites/all/libraries), so you might want to update that. When I moved the library, it started working.
Comment #14
webadpro commentedI just gave this a go, and everything works flawlessly :)
Follow the plupload readme file, and you shouldn't have any issues.