I just discovered that iOS names each photo "image.jpg" during upload by Safari, so _ _/_ _ users get a "file exists" error when trying to add a second photo to any Phoca Gallery. I'm wondering if there's a bit of code that could be added that would rename each image during upload, perhaps by appending the date and time? For example, the renamed file would then look something like "image-20130616-140010.jpg".
Is this something that could be fixed in a future version of Phoca Gallery, or could someoneone advise me on how I could customize the code myself? I'm wondering if I could do it via a template override - so far, I've found the single upload form in views/category/default_uploadform.php. I see the form itself in the file, but I'm not sure how I could add a function to rename the images during transfer. Hopefully the same thing can be done for the HTML5 uploader, for multiple upload support on iOS devices.
Any help would be greatly appreciated
Chris

