Link to home
Start Free TrialLog in
Avatar of pillmill
pillmill

asked on

how to send image as a base64 XML item ?

I need to retrieve an image from a MySQL field and
communicate it as a base64 XML item.
In the database, the image is stored as a small,
blob field, less than 20k. I can assign it to a string
value without problem. I need to then embed it
in an XML message, as a base64 object.
ASKER CERTIFIED SOLUTION
Avatar of datajive
datajive
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pillmill
pillmill

ASKER

Thanks.
Would it be possible to do it by reading it the array
into a dataset and then outputting to an XML object ?