Downloading multiple files writes same data to all files
Attempting to download multiple files from an XML feed. There are several Categories and each category has an unknown amount of images. I create a subdirectory for each category, no problem. When I try to download each file to the respective category, every file is written with the same data for every image there is in the feed. I guess my question is how can I download 1 file at a time to the corresponding directory without overwriting all of the images with the same data? -(void)parsingComplete:(XMLDataSource*)theParser { /* iterate through the Categories and create the sub-directory if it