urgent need help about upload images
Posted: Wed Oct 15, 2008 3:24 am
Hello Good Day To You!
i want to upload images to folder, and there path should be save in xml file.
xml scenario is like this
i will be greatly thankful if some one help me with this .... and give me some sample code...
Thank you
i want to upload images to folder, and there path should be save in xml file.
xml scenario is like this
Code: Select all
<image>
<A>
<image id="img1" lbl="Illustrator" src="frames/a/A1.jpg" />
<image id="img2" lbl="Fireworks" src="frames/a/A2.jpg" />
<image id="img3" lbl="Lightroom" src="frames/a/A3.jpg" />
</A>
<B>
<image id="img2" lbl="Fireworks" src="frames/b/B1.jpg" />
<image id="img1" lbl="Illustrator" src="frames/b/B2.jpg" />
<image id="img3" lbl="Lightroom" src="frames/b/B3.jpg" />
</B>
so on.....
i will be greatly thankful if some one help me with this .... and give me some sample code...
Thank you