Dropzone.js: .zip as acceptedFiles in Safari not working -


i have following accepted files dropzone.js: acceptedfiles: "image/jpeg,image/png,image/gif,image/jpg,.zip",

when clicking in safari, zip-files disabled in explorer window upload. dropping it's working fine. clicking working fine on other browsers well.

i guess has filename extension instead of mime-types. there several different mime-types zip-files, i'd stick more general .zip file extension.

any ideas how solve this?

add acceptedfiles "application/zip" - safari accept zip files.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -