RE: [PHP-WIN] Re: File corruption during HTTP Upload

2002-03-07 Thread Stevens, Julian C
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

RE: [PHP-WIN] Re: File corruption during HTTP Upload

2002-03-06 Thread Ryan Marrs
Message- From: Stevens, Julian C [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 4:23 AM To: 'Ryan Marrs'; 'php-windows(a)lists.php.net(p)INTERNET' Subject: RE: [PHP-WIN] Re: File corruption during HTTP Upload Thanks for the advice. I did have magic_quotes_gp

RE: [PHP-WIN] Re: File corruption during HTTP Upload

2002-03-06 Thread Stevens, Julian C
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

RE: [PHP-WIN] Re: File corruption during HTTP Upload

2002-03-05 Thread Ryan Marrs
ECTED]%INTERNET' Subject: RE: [PHP-WIN] Re: File corruption during HTTP Upload 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 yo

RE: [PHP-WIN] Re: File corruption during HTTP Upload

2002-03-05 Thread Stevens, Julian C
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