-
Notifications
You must be signed in to change notification settings - Fork 4
Show error message if file upload fails #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @simontaurus i would love to fix this issue |
Sounds great! Uploading a file triggers mwjson.api.updatePage() of the File Page
whicht triggers the file uploaded if needed:
finally calling uploadFile()
Probably the error is not correctly detected there or the promise.reject() cascade is somewhere wrong. |
e.g. because file type is not allowed
The text was updated successfully, but these errors were encountered: