You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gdata-objec...@googlegroups.com
Hi I am making Soap Messages using GdataXML i can succesfully post strings and bool but is there any where i can post array of images using GDataXML???? Or is it not supported Thanks in advance Regards
Greg Robbins
unread,
Nov 5, 2012, 11:14:06 AM11/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gdata-objec...@googlegroups.com
There is no support in the library's XML code for binary data such as images.
The API library offers a MIME document class for creating an NSInputStream with multipart binary data, but the server receiving the images would have to define the appropriate upload protocol.