Richard,

Can you post the exact headers that you are getting? For example:

Content-Type: image/jpeg
Content-Transfer-Encoding: binary

You may have to focus on the encoding portion to make sure you are decoding the data properly. A couple other notes:

* Once you have the correct data in a variable, you should be able to just write it to a file using "binfile:". Be sure NOT to use the ordinary "file:" URL since you definitely have binary image data and not text.

* When you remove the MIME headers (the funky numbers and Content- headers), are you doing it manually with a text editor? If so, you might be introducing the funny characters yourself by accident. Better to make sure these are removed by script if possible.

Hope that helps a bit.

- Brian


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to