-->

Upload image from android phone to the Asp.net ser

2019-08-02 23:42发布

问题:

I searched many links but not able to find the solutions. As i dont have much idea about coding Asp.net . Can any one help me about the procedure with example to upload a image from the imageview to the Asp.net server.

thanks in advance

回答1:

I used the same way as in JME.check this. Uploading images is done through HTTP post and multipart/form-data content type which is accepted by all server side languages, so it should work in ASP.NET in the same was as it works in PHP.