i have written a script in php for uploading files to my site.and it works well.But when two users upload a file with same file name the newer file replaces the olderone.for thing i want to store uploaded file by renaming according to primary key but uploading file type is not known ,so i cant rename the file.
please help me out