File renaming
Posted: 22 August 2007 04:05 AM   [ Ignore ]
Newbie
Rank
Total Posts:  25
Joined  2007-01-16

The “normal” EE file upload functionality has the disadvantage that existing files from other user can be overwritten.

Does the File Upload Module support file renaming with special rules? Or does it check if such a file already exists?

Thanks,
MISC

Profile
 
 
Posted: 22 August 2007 10:03 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  701
Joined  2004-03-30

Misc,

The File Upload module is not very smart, but in your case it is dumb in just the right way. The module appends a unique string to the name of everything it uploads. I wrote it this way because I didn’t want to also write the routine to check for and handle duplicates. So all uploads are unique through the File Upload module.

mk

 Signature 

Mitchell Kimbrough

Profile
 
 
Posted: 22 August 2007 11:40 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  25
Joined  2007-01-16

That’s great!

Thank you,
MISC

Profile