You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
Looks like windows doesn't have specify a type for all files. If a user specifies a type, and the OS does not provide type information for the file, we should reject the files. Right now if no type exists, we accept the files. I'll go ahead and do this update
Expected behavior
File attachments component would reject all files types except jpeg and png.
Actual behavior
.MSI and .JSON files can be uploaded freely (though most other file types are properly rejected).
Steps to reproduce
Upload an MSI or JSON file using the OS file selector or drag/drop one into the browser.
Plunker
https://plnkr.co/edit/0PIVgL8XGonfcMm5jst5?p=preview
The text was updated successfully, but these errors were encountered: