5

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.

Kara
  • 6,115
  • 16
  • 50
  • 57
Nirav
  • 920
  • 1
  • 14
  • 13

1 Answers1

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