I've some XML files used to update my datas in my database/server.
I've got how to retrieve all datas between xml tags, but I'm stuck when I've
to retrieve images datas:
<DATAS>
.....
<PICTURES number=3 encoded=0> //0 is for plain jpg, 1 is for CDATA
Base64 string
<PIC name=pic1344_1. jpg number=1>
.....
</PIC>
</PICTURES
</DATAS>
how to save the image on the server ?
bob
I've got how to retrieve all datas between xml tags, but I'm stuck when I've
to retrieve images datas:
<DATAS>
.....
<PICTURES number=3 encoded=0> //0 is for plain jpg, 1 is for CDATA
Base64 string
<PIC name=pic1344_1. jpg number=1>
.....
</PIC>
</PICTURES
</DATAS>
how to save the image on the server ?
bob
Comment