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:

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay