
December 9th, 2003, 04:28 AM
|
|
Junior Member
|
|
Join Date: Dec 2003
Location: North of Sweden
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Embedd Image into XML...
Ok. This is what I need help with.
I'm adapting (the XML) a program used on a PPC-PDA. The program (kind of a parser written i C++) uses a XML-document to show info, and also as form to put in info (e.g. measured values, text). Then it sends the file (stored as .bin) to a server which makes a new XML-dokument which is stored into a db. This XML can later then be viewed as a normal db-file. But the problem I have is: Instead of having text as input I want an image. Because the PDA is equipped with a digicam and I want to put that photo INTO the XML-file and not as a link to an URL nor to my PDAs memory.
-MIME?
-Binary-encoding?
|