This is example application showing how to integrate rails5(works with rails 4 as well) with reactfineuploader and react_webpack_rails gem. CarrierWave is responsible for handling files in the backend.
- uploading files
- chunking
- deleting files from fileuploader
$ Clone this repo
$ bundle install
$ rails db:migrate
$ npm install
$ npm start
$ rails s