in reply to large file upload fails on 'new CGI' request

RESULT: The code works fine with files of less than 15k. It fails with files over 20k. Failure is a 500 server error. Running the script with strict and -w produce no errors or warnings.
That is highly unlikely. The error log should have a better error message.

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

  • Comment on Re: large file upload fails on 'new CGI' request

Replies are listed 'Best First'.
Re^2: large file upload fails on 'new CGI' request
by stonebreaker (Initiate) on Jun 14, 2005 at 03:34 UTC
    The error log only reports the usual "premature end of script headers".
    After some tips from other Monks i created another test that shows that CGI is installed and works fine without Image::Magick involved. see revised question if interested.

    thanks much, stonebreaker