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 Nov 19, 2018. It is now read-only.
uploader.on('onSubmitted', id => {
// This method sets this.state.fileId
setFileId(id)
})
I tried submitting 3 files. However there are problems with it
The <Filename /> code does not update the name of the latest file to be submitted
When running uploader.methods.uploadStoredFiles() when submitting, it list all the 3 files as stored, even if I sent the validations.itemLimit option to 1.
Do I have to manually clear stored files using uploader.methods.clearStoredFiles(). If yes, then where do I need to do this?
The text was updated successfully, but these errors were encountered:
I am trying to
I tried submitting 3 files. However there are problems with it
<Filename />
code does not update the name of the latest file to be submitteduploader.methods.uploadStoredFiles()
when submitting, it list all the 3 files as stored, even if I sent thevalidations.itemLimit
option to 1.Do I have to manually clear stored files using
uploader.methods.clearStoredFiles()
. If yes, then where do I need to do this?The text was updated successfully, but these errors were encountered: