All Questions
Tagged with angular-file-upload asp.net-web-api
5 questions
-1
votes
2
answers
1k
views
Angular : Unable to upload file on web API using HttpPostedFileBase
I want to upload a file on form submit, but its not posting on web API.
And save file in a local physical path using Web API.
Here I am trying to send file using FormData and trying to access the ...
1
vote
0
answers
449
views
Angular : Unable to upload file using web API
I want to upload a file on form submit, but its not posting on web API.
And save file in a local physical path using Web API.
Here I am trying to send file using FormData and trying to access the ...
0
votes
0
answers
687
views
how to upload a file on form submit using web api and angular
I want to upload a file on form submit, its not posting on Web API.
I want to save file in a local physical path using Web API.
I am getting this error.
POST http://localhost:35257/api/Employee/...
0
votes
1
answer
447
views
angular-file-upload: cannot upload file with data
ASP.NET Web Api cannot read a stream properly, error message is: "Unexpected end of MIME multipart stream. MIME multipart message is not complete."
This is my angular uploader code:
vm....
1
vote
0
answers
978
views
How to send multiple parameters in nervgh's Angular File Upload (.NET)?
I'd like to perform an action when all files are uploaded successfully. I'm using nervgh's angular-file-upload. I have no idea how to do this!
In controller I have:
[HttpPost]
public JsonResult ...