Okay so here's the situation.
Whenever I upload via the admin control panel, it will change the filename and change it to a random one that hasn't been used yet. This helps keep the site running smoothly with multiple admins.
Problem is, I get multiple emails a day of people saying the site is great but the random filenames are annoying.
I need to know of a fast and best possible way of changing the filename ON THE FLY, and supplying the user with the new filename.
So the user clicks download, it fetches "12345634hfd.zip" and then edits the filename to "Messenger.zip" and then they get the normal "are you sure you want to download this file - in firefox". Only way I can think of is fetching the file, saving it to another area and then changing the filename and then supplying the user with a new link - but this is slow and could cause errors if more than one person accessed at the same time.
I'm probs thinking too complicated for a simple thing, so maybe you could help me out
Thanks