From d1af2d1e7e54736c246faabd9b3e2a88236dff57 Mon Sep 17 00:00:00 2001 From: PeterKravets <37120902+PeterKravets@users.noreply.github.com> Date: Thu, 3 Sep 2020 22:35:29 +0300 Subject: [PATCH] Add great file uploader 'Filepond' (#614) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3722278..ee8d0ae 100644 --- a/README.md +++ b/README.md @@ -731,6 +731,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection * [fine-uploader](https://github.com/FineUploader/fine-uploader) - Multiple file upload plugin with progress-bar, drag-and-drop, direct-to-S3 uploading. * [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. ### Other