@behance/fine-uploader
v5.1.3-edge-content-type-fix
Published
Multiple file upload component with progress-bar, drag-and-drop, support for all modern browsers.
Downloads
32
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:
- Merge in latest changes from upstream.
- run
grunt package
. - copy _build/all.fine-uploader.js to dist/all.fine-uploader.js
- Ensure that Behance's custom changes are in place by grepping the code for comments starting with
BEHANCE:
. - 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.