Silver Posted April 26, 2003 Share Posted April 26, 2003 I\'m making a script which involves people uploading files. Each person will be uploading a file and a picture of the file. Now, if someone comes to upload their file but there\'s already a file with the same name uploaded it mustn\'t be allowed to overwrite. What I need it to do is for the database to automatically allocate an id number or something to the picture and a seperate one for the file, so if a file or picture of the same name is uploaded it would prevent them clashing. The only thing I can think of which may be a problem is the files will be being downloaded, so the original name they were uploaded as (eg Amber.pet) must be restored when they\'re downloaded. Hopefully that made sense! Please explain in a simple way as I\'m still quite a newbie to php Quote Link to comment https://forums.phpfreaks.com/topic/399-files-with-the-same-name/ Share on other sites More sharing options...
effigy Posted April 29, 2003 Share Posted April 29, 2003 you can use the file_exists function to check for an existing file, and if so, change the name. Quote Link to comment https://forums.phpfreaks.com/topic/399-files-with-the-same-name/#findComment-1379 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.