in reply to Re: large file upload fails on 'new CGI' request
in thread large file upload fails on 'new CGI' request
Thanks for the POST_MAX idea. I tried it and it did not change the result. but it did help me plan another test which i describe in my reworded question. Basically the script without the "use Image::Magick" works fine...meaning that CGI is fine on it's own. just an interaction with "Image::Magick" that brings it down.