Skip to content

Multiple file upload plugin with image previews, drag and drop, progress bars. S3 and Azure support, image scaling, form support, chunking, resume, pause, and tons of other features.

License

Notifications You must be signed in to change notification settings

everlutionsk/fine-uploader

 
 

Repository files navigation

This is a private fork of fine-uploader to make it work with FileJet

Difference with original fork in source files is 2 LOC

Installation

  1. download via npm
./ops npm install git://github.com/everlutionsk/fine-uploader.git#filejet
  1. include in encore webpack config
--- project/webpack.config.js
+++ project/webpack.config.js
Encore
   .createSharedEntry('js/vendor', [
      'jquery',
      'tether',
      'popper.js',
+     'fine-uploader/_build/fine-uploader.js',
      './assets/js/ajax.js',
      './assets/js/modal.js',
      './assets/js/rooms.js',
      './assets/js/modified_fine_uploader.js',
      './assets/js/autocomplete.js',

About

Multiple file upload plugin with image previews, drag and drop, progress bars. S3 and Azure support, image scaling, form support, chunking, resume, pause, and tons of other features.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.1%
  • Other 1.9%