web service and sending binary files

  • Thread starter Thread starter tony
  • Start date Start date
T

tony

hi.

what is the best way, for sending binary files (images,text,etc) , from the
smart device to a web service ?

im using net cf 1.1 and win.ce net

thanks in advance.
 
If you have a byte [] defined it will automatically be base64 encoded while
being sent.

Cheers,

Greg
 
Back
Top