riginal Message-
From: Ryan Marrs [SMTP:[EMAIL PROTECTED]]
Sent: Wednesday, March 06, 2002 12:45 PM
To: 'Stevens, Julian C'; 'php-windows(a)lists.php.net(p)INTERNET'
Subject:RE: [PHP-WIN] Re: File corruption during HTTP Upload
Importance: Low
Hrrm, maybe
Thanks for the advice.
I did have magic_quotes_gpc on, but turning it off hasn't fixed the problem.
:-(
I have actually found that corruption showed up when magic_quates_gpc was
turned on.
I would check that if I were you.
Ryan
"Julian C Stevens" <[EMAIL PROTECTED]> wrote in message
news:"DS
Thanks for the suggestion, but I have
upload_max_filesize = 50M
and I'm seeing corruption on files as small as 8Mb.
Check your PHP.ini and make sure that your fileupload size matches the
maximum upload size you want.
See this section in you php.ini:
; Maximum allowed size for uploaded file
I am running PHP 4.1.1 with Apache 1.3.20 on Windows NT, and have recently
started observing a bizarre file corruption effect.
I first noticed this when transferring an RTF file with an embedded image. On
arriving at the web server, the image disappeared and, after examining the
file I found 4
I have been using a binary distribution of Apache 1.3.20 with PHP 4.1.1 on
Windows NT for a little while now, but cannot get PHP to work as a load module.
If I configure Apache to use PHP as a CGI executable it works fine, but I
would like to use some of the features that only come with the mod
I'm using Apache 1.3.20 and PHP 4.1.1 on Windows NT 4 to run a website that
users can upload files to.
I am currently using an HTML form with an field.
However, for auditing purposes, I need to restrict where users are allowed to
upload FROM as well as TO.
The HTML form offers a browse button