View Single Post
Old 06-10-2008, 04:13 AM   #2 (permalink)
delayedinsanity
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

Well, it sounds like you have some kind of user authentication in place, so everybody should have a unique username, correcto? If so, then use their username as the naming convention for their files.

username-originalfilename.pdf

If you want to go a step further and see if that particular user has already uploaded a file of the same name and type, use file_exists() and decide at that point if you want to overwrite the file or append something additional to the name.
-m
delayedinsanity is offline  
Reply With Quote