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