NativeScript / nativescript-background-http

Background Upload plugin for the NativeScript framework
Apache License 2.0
102 stars 50 forks source link

DotNetCore IFormData properties #108

Closed tuckerjt07 closed 6 years ago

tuckerjt07 commented 6 years ago

I am not able to get the request to go across the network tab to examine the body. What property name on the request are the multi-part files attached to? I think it is files and it is an array but I cannot get that to work. I'm trying to set up my dotnetcore API to consume a request from the app.