I need to upload an user signature on ipad to server by SOAP web service. The signature will be a MIME attachment for the web service.
Need help to see how can the UIView
or jpg on iOS can be converted to binary data MIME format so I can put it as part of the web service. Also, how the NSURLConnection
can handle the binary data attachment. Thanks a lot.