-
-
Notifications
You must be signed in to change notification settings - Fork 324
Feature request: re-upload trigger #366
Copy link
Copy link
Open
Description
If we want to give the functionality to retry to all upload requests or some based on some condition, we can have something like this:
const uploadRef = useRef(null)
const reUpload = () => {
uploadRef.reUpload()
}
<Upload
ref={uploadRef}
customRequest={customRequest}
...
</Upload>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels