Posted by peter on 10/30/06 09:54
>I am attempting to upload files via. PHP 4.4.4. The
> '$_FILES['update']['tmp_name'][0]' resolves to '/tmp/phpey9MpD', but
> when I go to the /tmp dir. I do not see any php* file.
temp files are deleted when the script finishes executing so unless you run
the script through a loop to give you a chance to see it unlikely you will
ever see the file.
Navigation:
[Reply to this message]
|