How to upload file in chunks in ASP.NET using ng-Flow

后端 未结 2 1591
别那么骄傲
别那么骄傲 2021-02-04 12:41

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

2条回答
  •  独厮守ぢ
    2021-02-04 13:03

    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.

提交回复
热议问题