moxiecode / plupload

Plupload is JavaScript API for building file uploaders. It supports multiple file selection, file filtering, chunked upload, client side image downsizing and when necessary can fallback to alternative runtimes, like Flash and Silverlight.
http://www.plupload.com
GNU Affero General Public License v3.0
5.63k stars 1.42k forks source link

Added iOS safari to the filter_by_extension test #1668

Open GregOriol opened 4 months ago

GregOriol commented 4 months ago

This PR enhances the filter_by_extension test so that Safari on iOS is provided with an accept attribute with mime types instead of extensions, as it is one of the rare tricky browsers no accepting extensions (see: https://caniuse.com/input-file-accept)