I’m new in xml and i want some help. I’m trying to uploading a zip file with 3 photos and an info.xml in my server. This xml will have information about the photos(one title for each photo,one description for each photo,the location of each photo etc). what i’ve done until here: i’m uploading the zip file(without the xml) and extracting it in a file. But i have no idea how to make that info.xml. From there i have to read the xml and save the information for each photo in my database(according the name of the photo).My question is can anyone give me an example code of how that xml going to be.
Share
This could be a structure for your XML file, if you are the one to decide for it.
However, if the XML file has to follow a certain structure as per the server application specifications, you should mention that in your question.