I am trying to implement ng-flow https://github.com/flowjs/ng-flow for file upload. It upload files in chunk, I successfully set this on client but I am not sure ho
https://github.com/flowjs/ng-flow
This repository on Github has implementation of parsing and consolidating of flow js chunks on MVC.
It's very easy to implement. Just drop provided files in your project and your controller will look something like this
-- Disclaimer. I'm the author of this repo.