We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
version @uppy/core 0.29
https://github.com/transloadit/uppy/blob/master/packages/%40uppy/core/src/index.js#L342
how to catch or listen restrictions error ?
The text was updated successfully, but these errors were encountered:
For programmatic use, you can do:
try { uppy.addFile(aFileThatDoesNotPassRestrictions) } catch (err) { // handle it }
Sorry, something went wrong.
Thanks ! but it may become a event will be better or show more detail in doc~
There’s now an event (will be available once new version of uppy is published on npm): #1436.
No branches or pull requests
version @uppy/core 0.29
https://github.com/transloadit/uppy/blob/master/packages/%40uppy/core/src/index.js#L342
how to catch or listen restrictions error ?
The text was updated successfully, but these errors were encountered: