in reply to Re: Rename Uploaded File
in thread Rename Uploaded File
But if the file name is file.pdf using this
rename($file_in, "$file_in.$random_num");
the new file name will be file.pdf.56786
Dont you need some regular expression to insert the random number before .pdf ?