How to upload an image from windows application to server using c#

Questions by ravi.fbd

Showing Answers 1 - 1 of 1 Answers

Runeet Vashisht

  • Oct 28th, 2006
 

1. Create a web service on the webserver and create a web method which can take and arrray of bits, call this method from your windows application passing images as binary array of bits.2.Place internet control on the form and creat a HTML form with file control to upload the image.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions