Uploaded images are saved using their original filename on the server which means that the system is risking two different files being uploaded and overwritten.

Use Case:

Is there a way to place a timestamp on the image upload to create a unique name so that I can upload more a different image with the same filename?

I can't allow image upload given the current, crude, implementation of image upload.

Hugh