Hello...
I'm making a file download area on one of my sites.
When uploading, should i rename the file to <a unique id>.ext or should I leave the name as it is ex: file.exe?
If I use <a unique id>.ext the file, is there any way to rename this file when a user wants to download it?, or automatically name the file on the download box the user gets?
By using <a unique id>.ext I won't have problems with uploading files with the same name.
U know what I mean?