stewartm83 / angular-fileupload-sample

Sample App showing how to do file uploads with angularjs using Asp.net Web Api.
MIT License
31 stars 17 forks source link

Need to Get Byte Array and FormData not save file on hard drive #4

Closed DevQueen closed 8 years ago

DevQueen commented 8 years ago

I need to save the byte array along with other data to my database. I don't need to save the file to disk. I can't figure out how to do this. MultipartFormDataStreamProvider allows me to get the other data, but I can't get the byte array. MultipartMemoryStreamProvider allows me to get the byte array, but not the other formdata. Please help.

stewartm83 commented 8 years ago

Hi there

Sorry for the late reply. I will have a look now.

Thanks

stewartm83 commented 8 years ago

Hi there

Should I close this issue. I haven't had any response for the past two months.

Thanks