From: [EMAIL PROTECTED] Operating system: Sun raq4, RedHat PHP version: 4.1.2 PHP Bug Type: Filesystem function related Bug description: $HTTP_POST_FILES['userfile']['tmp_name'] returns "n"
I have had a file upload script working in 4.0.5, but I just upgraded to 4.1.2 and have been getting problems with the $HTTP_POST_FILES['userfile']['tmp_name'] variable. It seems that it always returns 'n' as the temporary filename. I have tried replacing $HTTP_POST_FILES with the new $_FILES variable, but I still get the same problem. It would be great if you can help!! Thanks guys -- Edit bug report at http://bugs.php.net/?id=16426&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=16426&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=16426&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=16426&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=16426&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=16426&r=support Expected behavior: http://bugs.php.net/fix.php?id=16426&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=16426&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=16426&r=submittedtwice
