Ste
September 25th, 2003, 12:03 PM
This is driving me a little crazy. I've searched the forum but nothing seems to match my problem.
I have to transmit a GIF across the internet using VB/XML/XMLHTTP.
To start with I build a string strGIF which holds the base64 encoded string of the GIF - easy.
If I decode and save this string strGIF (that contains the encoded GIF) the image saves fine - using Put #1,, strGIF in VB.
However, if I append the GIF into the XML dom, then as a test decode and save the string from the dom the image does not save correctly - using Put #1,,xmlDoc.getElementsByTagName("GIF").item(0).text in VB
It appears the DOM is manipulating the encoded string somehow leaving me close to insanity ! !
any helpers pleeeezeee.
Steve
:confused:
I have to transmit a GIF across the internet using VB/XML/XMLHTTP.
To start with I build a string strGIF which holds the base64 encoded string of the GIF - easy.
If I decode and save this string strGIF (that contains the encoded GIF) the image saves fine - using Put #1,, strGIF in VB.
However, if I append the GIF into the XML dom, then as a test decode and save the string from the dom the image does not save correctly - using Put #1,,xmlDoc.getElementsByTagName("GIF").item(0).text in VB
It appears the DOM is manipulating the encoded string somehow leaving me close to insanity ! !
any helpers pleeeezeee.
Steve
:confused: