I've been able to parse the XML files used to update my database.
Now, I receive image in XML files, like this:
<PICTURES COUNT="3" CDATA="1">
<PIC NR="1"><![CDATA[/9j/4AAQSkZJ.....=]]></PIC>
<PIC NR="2"><![CDATA[/9j/4AAQSk......... ....></PIC>
<PIC NR="3"><![CDATA[/9j/4AAQSk......... ....></PIC>
</PICTURES>
How to save those 3 images in 3 jpg files ???
Thanks
Bob
Now, I receive image in XML files, like this:
<PICTURES COUNT="3" CDATA="1">
<PIC NR="1"><![CDATA[/9j/4AAQSkZJ.....=]]></PIC>
<PIC NR="2"><![CDATA[/9j/4AAQSk......... ....></PIC>
<PIC NR="3"><![CDATA[/9j/4AAQSk......... ....></PIC>
</PICTURES>
How to save those 3 images in 3 jpg files ???
Thanks
Bob
Comment