views:

13

answers:

1

so im making a javascript image gallery for a friend- and he wants to be able to add new images later. Right now i have javascript generate the gallery from an xml file (which is created by custom picassa export). is it possible to have the html file update the xml file with new images- it needs to be able to add a couple tags for the format and know the file name. is it possible without using php?

thanks

A: 

If you're using JavaScript to parse the XML file, it will update with new content when he adds it to Picassa. Don't download the Picassa XML file, you should be able to link directly to it.

Michael
i dont think he would be using picassa, its just what i was using to start the xml file- he would be just dragging images into the folder
Gazow