openstream / No-Flash-Image-Uploader

This Magento module allows the upload of images without having the Flash player installed.
GNU General Public License v2.0
90 stars 39 forks source link

Multiple files selection #13

Open LucaGallinari opened 8 years ago

LucaGallinari commented 8 years ago

Am i missing something, or is not possible to select multiple files from the "file selection window"? By the way i noticed that you can upload multiple files selected one by one.

nickw108 commented 8 years ago

Multiple files upload is not supported afaik, but feel free to add support for it ;)

nickw108 commented 8 years ago

@markvds has added support for multiple files upload in 94ae769 which I just merged. Please test it, if it works I will tag it as a new version.

markvds commented 8 years ago

Unfortunately that's not true. At least that's not what I intended to do :)

The uploader was not working on the Edit Widget Instance page using Aijko_WidgetImageChooser because of missing javascript files on the calling page. The only thing I did was adding these files.

hughconway commented 7 years ago

Agreed - #94ae769 doesn't seem to allow multi-select but multi-upload does work if the files are selected one at a time before pressing 'Upload' as stated by @LucaGallinari

nraajput commented 7 years ago

Please tell me what to do for multiple select option for images.

nickw108 commented 7 years ago

Sorry, but that's not how it works.

nickw108 commented 7 years ago

Either you try to implement this yourself or you don't. We cannot give dev support here.