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
How to display any text inside the dropzone and don't break onProgress function?
<DropzoneS3Uploader onFinish={this.handleFinishedUpload} s3Url={s3Url} maxSize={1024 * 1024 * 5} upload={uploadOptions} > <p>Try dropping some files here, or click to select files to upload.</p> </DropzoneS3Uploader>
adding <p> paragraph blocks somehow progress dispaly and also casues that after successful upload filename is not displayed inside the drop zone.
<p>
Basically I'd love to have something like that
How can I display text inside the dropzone and also have progress info and file name after the upload completes?
The text was updated successfully, but these errors were encountered:
At the moment, you cannot. Any content put inside the uploader replaces everything.
Probably warrants a PR
Sorry, something went wrong.
No branches or pull requests
How to display any text inside the dropzone and don't break onProgress function?
adding
<p>
paragraph blocks somehow progress dispaly and also casues that after successful upload filename is not displayed inside the drop zone.Basically I'd love to have something like that
How can I display text inside the dropzone and also have progress info and file name after the upload completes?
The text was updated successfully, but these errors were encountered: