How to share images in twitpic. Social API in bada is not supporting twitpic. Is there another way for this? and what is meant by multipart form data?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

By referring sample codes available in SDK we can upload image to server. The example code HTTPUpload with multipartFormdata helped to post the image to twitpic server.

link|improve this answer
feedback

You would need to write the protocol implementation yourself. I don't know it myself so I can't give you an exact answer but the bottom line is you should look at the sockets and web http namespaces, read the twitpic protocol for uploading and implement it... the hard way.

On the multipart side, look here http://en.wikipedia.org/wiki/MIME#Multipart_messages

link|improve this answer
Thanks George for that wikipedia link. – raj May 24 '11 at 11:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.