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
this is an unusual case since this is a direct function to work with but I experience it has an issue for sure and to see the outputs I will upload the 2 scenarios
Without using onDrop
using onDrop
any clues to sort this out?
The text was updated successfully, but these errors were encountered:
I tried using the onDrop function and get a set of uploading file objetcs in a table layout but after using it the progress of uploading never starts
<DropzoneS3Uploader upload={uploadOptions} onFinish={handleUploads} onProgress={e => console.log(e)} onDrop={e => console.log(e)} accept="video/*" s3Url={s3Url} > <UploadDisplay /> </DropzoneS3Uploader>
this is an unusual case since this is a direct function to work with but I experience it has an issue for sure and to see the outputs I will upload the 2 scenarios
Without using onDrop
using onDrop
any clues to sort this out?
The text was updated successfully, but these errors were encountered: