8000 GitHub - AWS-Europe/filepond: 🌊 A Flexible and Fun JavaScript File Upload Plugin
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AWS-Europe/filepond

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FilePond

A Flexible and Fun JavaScript File Upload Plugin

Beautiful animations, fast uploads with client-side image optimization, and a great, accessible, user experience.

Learn more about FilePond

Quick Start

Install from NPM npm version

npm install filepond

Then import in your project:

import * as FilePond from 'filepond';

Or get it from a CDN

<!-- add to document <head> -->
<link href="https://unpkg.com/filepond/dist/filepond.css" rel="stylesheet">

<!-- add before </body> -->
<script src="https://unpkg.com/filepond/dist/filepond.js"></script>

Now you can turn an <input type="file"> into a FilePond.

<input type="file" class="filepond">

<script>
FilePond.parse(document.body);
</script>

Getting started with FilePond

License

Commercial license

If you want to use FilePond on commercial sites, themes, projects, and applications, the Commercial license is what you need. With the commercial license, your source code is kept proprietary. View the license options on the pricing page.

Open source license

If you're working on an open source project under a license compatible with GPLv3, you may use FilePond under the terms of the GPLv3.

For more information you can read the full license here.

About

🌊 A Flexible and Fun JavaScript File Upload Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.6%
  • CSS 3.4%
0