[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] wrote in message [EMAIL

[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: form name=theForm method=post action=../Doc_List/ ENCTYPE=multipart/form-data input type=file name=data size=25 input type=submit name=Action value=?