Guides
ποΈ Add & Remove Before Upload
Example code showing how to allow user to add & remove files before starting to upload
ποΈ Cloudinary
Examples on how to use React-Uploady with the Cloudinary service
ποΈ Crop
tapping into the upload flow of Uploady to add Crop before upload
ποΈ Crop In Form
Example code showing how to combine: Uploady, Image Crop, and form submission
ποΈ Custom Input
How to use your own custom input element with Uploady
ποΈ Different Configurations
how to apply different options with the same Uploady instance
ποΈ Drag and Drop
How to upload files using drag and drop
ποΈ Drop and Paste
How to upload files using paste action
ποΈ Dynamic Parameters
How to dynamically add parameters that will be sent with the upload
ποΈ Dynamically Cancel Uploads
How to dynamically cancel uploads using Uploady and event hook
ποΈ File Filter
Using Uploady's fileFilter prop to filter out files before upload begins
ποΈ Form Attributes
Using form attributes to configure Uploady
ποΈ Multi Crop
Crop multiple images before uploading using Uploady
ποΈ Progress UI
How to show upload progress using Uploady hooks
ποΈ Retry Failed Uploads
Enable upload retries for failed requests using Uploady
ποΈ Submit Form
How to upload files using a form with Uploady
ποΈ UMD
Using Uploady from a CDN without npm
ποΈ Upload Queue
How to build an uploading queue UI
ποΈ Uploader Enhancers
Learn about Uploady Enhancers and how to use them
ποΈ Uploader Events
Examples of using the uploader events from React and non-React code