I want to send my image to php web service. I convert image in bytcode and try to send it to web service but php web service want my image in file formate so please tell me how can I make my image in file formate and send it to php web service.
Asked
Active
Viewed 915 times
1 Answers
1
You need to perform a file upload with multipart data, see Upload files with HTTPWebrequest (multipart/form-data) for a example.

Community
- 1
- 1

Claus Jørgensen
- 25,882
- 9
- 87
- 150