Uppy is a complete open source JavaScript uploader library with several features:
- Fetch files from local or several remote sources,
- Upload files using S3, S3 multipart, XHR for regular uploads to a HTTP server, Tus for resumable uploads, Transloadit for all kinds of processing,
- Resumable file uploads,
- Complete User Interface,
- Translated to several languages,
- File editing, compression, thumbnail generation, and more!
This cheat sheet compiles all the Uppy functionalities so you can use it as a handy quick reference.
Download for free: https://github.com/andreia/uppy-cheat-sheet/blob/main/uppy_cheat_sheet_v1.pdf
And if you use the PHP Laravel Framework and you're looking for Blade components for Uppy or if you looking to uploading files directly to S3 using multipart upload we've got you covered:
- Package for Multipart Uploads using Laravel, AWS S3, and Uppy
- Blade Uppy components
- PHP uploader classes coming soon :)
Top comments (0)