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.
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)
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)