DEV Community

Cover image for Cheat Sheet for Uppy File Uploader
Andréia Bohner
Andréia Bohner

Posted on

Cheat Sheet for Uppy File Uploader

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:

Top comments (0)