|
Posted by Janwillem Borleffs on 01/09/08 11:57
jodleren schreef:
> When a file is uploaded, using <input type=file>, I get it as a temp-
> file.
> Will it stay there, so I can check the user whether to overwrite an
> existing file?
>
These file names are unique, meaning that you can upload the same file
over and over again without any conflicts.
If you want to check for duplicate uploads, you should check the file
name and/or the md5 hash (through md5_file).
JW
Navigation:
[Reply to this message]
|