danielm / uploader

A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
https://danielmg.org/demo/java-script/uploader
MIT License
1.17k stars 385 forks source link

Impossible to upload multiple files in Firefox 64.0.1 for mobile #89

Open Zasco opened 5 years ago

Zasco commented 5 years ago

It is impossible to upload multiples files. You can select them, but once you approve the selection, files are never sent and onNewFile callback is never called. It works as expected on Firefox 64.0 on Windows 8.1 or on Chrome 71.0.3578.99 for mobile

Browser : Firefox 64.0.1 on mobile OS: Android 6.0.1 dmuploader: https://github.com/silasjoisten/sonata-multiupload-bundle/blob/master/src/Resources/public/dist/sonata-multiupload.js

zau4man commented 5 years ago

I confirm. In firefox for android, the selection form loses its multiplicity property. And you can select only one file.