Uppy Transloadit Demo project - No UX or Dashboard

Hi everyone,

I’ve created a demo repo that illustrates how to upload files using Uppy:

  • shows how to use your own UX or the Uppy Dashboard UX, for situations where you want to integrate Uppy with an existing app or using your own UI. Note you can use interchangeably adding some files via UX and some via Dashboard.
  • uploads go to Transloadit, which can save your files on to storage of your choice, the example is configured for Wasabi
  • supports multi-part resumable uploads with signing implemented on backend using NodeJS/Express
  • illustrates how to upload images pasted from clipboard to a content editable field

Contributions and feedback most welcome, please upload as a pull request or add comments/questions in issues