in reply to Re^2: File Upload Script: Security Issue???
in thread File Upload Script: Security Issue???
Hi,
Don't use something like a epoch, because what happens if you have 2 person uploading... epoch only give you a second accuracy, so I would give them a temporary filename, take a look a File::Temp. Or if you want a next step you can think about giving a filename based on the md5sum of the input file or something else.
Regards,
:-)
|
|---|