Hello Lincoln & Mod_Perl-ers!

I have a REALLY WIERD bug for you, regarding UPLOADING FILES via MSIE 4.

        Red Hat Secure Server 2.0
        CGI.pm: 2.56
        mod_perl 1.15


Here's the problem:  Any application which receives uploaded files via a form
freezes when the file exceeds ~1MB.  This ONLY happens when using MS Internet
Explorer (Not NS Navigator) and ONLY happens when calling the Apache::Registry
version of the application!  If I call a CGI version of the app, it works just
fine!  

This problem occurs in *ALL* applications which use uploads, so it is not
application-specific.  It's not even programmer-specific, as different apps
are written by different coders.

Things I'm sure of:
        * MOD_PERL is using the same CGI.pm as CGI-mode Perl
        * $POST_MAX is set to -1 (No limit)

I added some code to CGI.pm to send a running report of the number of bytes
received during an upload, and I have confirmed that the upload is freezing
after about 1 meg is received.


ANY IDEAS?  I'm stumped!


Much thanks!


-Jesse-



--

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  Jesse Erlbaum ....................... CTO
  [EMAIL PROTECTED] ............. Vanguard Media
  v: 212.242.5317 x115 ...... New York City
+-+-+-+-+-+- http://www.vm.com/ +-+-+-+-+-+-+

Reply via email to