@behance/fine-uploader

Multiple file upload component with progress-bar, drag-and-drop, support for all modern browsers.

Usage no npm install needed!

<script type="module">
  import behanceFineUploader from 'https://cdn.skypack.dev/@behance/fine-uploader';
</script>

README

@behance/fine-uploader

Updating FineUploader

Behance maintains our own version of the FineUploader repo that contains built files so that it can be used as a proper bower dependency. In order to update to the latest FineUploader, or to generate a new build, perform the following steps:

  1. Merge in latest changes from upstream.
  2. run grunt package.
  3. copy _build/all.fine-uploader.js to dist/all.fine-uploader.js
  4. Ensure that Behance's custom changes are in place by grepping the code for comments starting with BEHANCE:.
  5. Add AMD wrappers around the code to avoid having conflicting globals (this will soon be automated).

Future modifications to FineUploader should be done as pull requests against the behance/fine-uploader repo.