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 May 22, 2021. It is now read-only.
If a user chooses a file with a size > 2GB the upload currently silently fails. We should check the file size before loading it with the FileReader and tell the user the file is too big.
The text was updated successfully, but these errors were encountered:
In light of #95 we should be able to have different limits based on the browser. We could base this off of navigator.userAgent. Does anyone have a better option to key off of?
If a user chooses a file with a size > 2GB the upload currently silently fails. We should check the file size before loading it with the FileReader and tell the user the file is too big.
The text was updated successfully, but these errors were encountered: