From: cray at multicastmedia dot com Operating system: Mac OS X (10.4.8) PHP version: 5.2.0 PHP Bug Type: Apache related Bug description: Corrupt Files
Description: ------------ I'm uploading some files from an Adobe Flex application through a file called "upload.php". The problem is that all the files I upload come out corrupt on the other side. File size remains the same, but NO files can be uploaded. Any help would be appreciated! Reproduce code: --------------- <?PHP $fileName = basename( $_FILES['Filedata']['name'] ); $uploadFile = "uploadedFiles/".$fileName; move_uploaded_file( $_FILES['Filedata']['tmp_name'] , $uploadFile ); ?> -- Edit bug report at http://bugs.php.net/?id=39938&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=39938&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=39938&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=39938&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=39938&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=39938&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=39938&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=39938&r=needscript Try newer version: http://bugs.php.net/fix.php?id=39938&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=39938&r=support Expected behavior: http://bugs.php.net/fix.php?id=39938&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=39938&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=39938&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=39938&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=39938&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=39938&r=dst IIS Stability: http://bugs.php.net/fix.php?id=39938&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=39938&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=39938&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=39938&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=39938&r=mysqlcfg