using this for the accept field in my file input:
application/zip,application/x-zip,application/x-zip-compressed,application/octet-stream
Result:
- Internet Explorer: Only shows .zip. Yay.
- FireFox: shows all files, but I can change dropdown to only show .zip. Can I change .zip to be the default view somehow?
- Chrome: shows .zip and .exe. How do I exclude .exe?
I know chrome is technically right, but I'm trying to be user friendly here.