From 2ee2746d1f8bcf26c6b2cfb3da1606a6def0d71f Mon Sep 17 00:00:00 2001 From: tim-kos Date: Mon, 24 Aug 2026 13:41:01 +0200 Subject: [PATCH] Add Uppy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6c2a126..bebede41 100644 --- a/README.md +++ b/README.md @@ -822,6 +822,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [FileAPI](https://github.com/mailru/FileAPI) - A set of JavaScript tools for working with files. Multiupload, drag'n'drop and chunked file upload. Images: crop, resize and auto orientation by EXIF. * [plupload](https://github.com/moxiecode/plupload) - A JavaScript API for dealing with file uploads it supports features like multiple file selection, file type filtering, request chunking, client side image scaling and it uses different runtimes to achieve this such as HTML 5, Silverlight and Flash. * [filepond](https://github.com/pqina/filepond) - A JavaScript library that can upload anything you throw at it, optimizes images for faster uploads, and offers a great, accessible, silky smooth user experience. +* [Uppy](https://github.com/transloadit/uppy) - A modular file uploader with an accessible UI, resumable uploads, remote sources, and framework integrations. ### Other