ID: 30750 Updated by: [EMAIL PROTECTED] Reported By: gnarf at gnarf dot net -Status: Open +Status: Closed Bug Type: CGI related Operating System: FreeBSD 4.8 PHP Version: 4.3.9 New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2004-11-10 20:41:24] gnarf at gnarf dot net Description: ------------ /var/tmp was somehow deleted on my machine. Which is the root of this problem, however file uploading got completely broken... _FILES had no data in it although the file was being uploaded just fine. I wouldn't expect the file uploading to work when the tmp directory was missing, however, there were no error messages or anything to elude to what the problem was. Reproduce code: --------------- <? print_r($_FILES); ?> <form enctype="multipart/form-data" method=POST> <input type=file name="file"> </form> Expected result: ---------------- You would expect to see the files information... Actual result: -------------- $_FILES was empty... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30750&edit=1