Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 561 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 561 Bytes

TestMultipleUpload

Test multi file upload for a complex object from an Angular App to .Net Core Application

  • open the solution
  • launch the web api
  • launch npm install in src/client
  • then npm run start

NOTE:

Currently, when I submit the form, Files are not correctly binding to the DTO, but they are in the HttpRequest. I reported a bug here dotnet/core#1967.

Any help, will be welcome :)