View Single Post
Old 12-20-2012, 01:32 PM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,495
Thanks: 18
Thanked 361 Times in 360 Posts
sunfighter is on a distinguished road
xml is for transferring text. an image can not be transferred in it. But you can send the url of the image and use that to retrieve the image. Problem I see with that is enormously high band-widths.

Next thought was to transfer image into ascii code like they did in the old emails. I did find this article http://www.codeproject.com/Articles/...in-an-XML-File. Good luck.
sunfighter is offline   Reply With Quote