[PHP] http upload corrupts my file on apache and Win XP

2002-07-08 Thread Mathias B
Hello I use: Apache 2.0.36 and PHP 4.2.1 on WinXP I have major problems when trying to upload files with the following code: HTML code: "> Going to the PHP handler: if (is_uploaded_file($data)) { $realname = $_FILES['data']['name']; echo "data: $data run:".mo

[PHP] Re: http upload corrupts my file on apache and Win XP

2002-07-12 Thread Mathias B
FYI: i solved the problem myself by simply installing Apache 2.0.39 instead of 2.0.36, and then downloading the appropriate php4apache2.dll from php.net (http://www.php.net/manual/en/install.apache.php) Hope it helps someone else... Mathias "Mathias B" <[EMAIL PROTECTED]>