Usage
Choose file or drag & drop to upload
Max file size: 100 MB
Custom Upload Action
There are situations where you may need to customize the Uploader's action:
- You might want to add headers to the request or handle the backend response.
- You need to perform some operations before uploading, such as obtaining a presigned URL.
To customize the upload action, you can extend and override the methods of the UploaderAction
class. Alternatively,
you can directly edit the UploaderAction
class as it's part of your own codebase.
Choose file or drag & drop to upload
Max file size: 100 MB
Retry on Upload Failure
This demo shows how the retry button looks and works. We've intentionally used an endpoint that always returns an error, try uploading a file to see the retry feature in action.
Choose file or drag & drop to upload
Max file size: 100 MB
Disabled
Uploader Variants
Choose different styles for the trigger and the file list
Card Style List
Button as Trigger
Validation
Choose file or drag & drop to upload
Supported file types: pdf, docx, png, csv
Max file size: 100 MB