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?
Asked
Active
Viewed 370 times
2 Answers
2
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.

ArulRaj
- 119
- 2
- 11
1
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

George
- 1,224
- 12
- 21
-
Thanks George for that wikipedia link. – ArulRaj May 24 '11 at 11:39