How unique is temporary file names (from file upload)?
Posted by Mikhail Kovalev on 01/10/08 15:56
I'm storing all uploaded files in one directory -- with the same
temporary names they are given by PHP. I do so because I don't want an
uploaded file to overwrite an already exisiting one, so I need to know
whether these names are unique only per session and can reappear at a
different time, or are they unique for every upload... ever?