23 / resumable.js

A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.
MIT License
4.65k stars 612 forks source link

Dotnet core Sample #472

Open srinig29 opened 6 years ago

srinig29 commented 6 years ago

Can someone share the backend code for Dotnet core? What we have in the sample is Dotnet framework which doesn't work well with dotnet core application. MultipartFormDataStreamProvider is no more supported in dotnet core and Request.Content.ReadAsMultipartAsync(provider) is removed in dotnet core.

User1000 commented 5 years ago

Have you found a good solution for dotnet core?