Hello all,
   Great work on the Apache::ASP module.  We're using it to port an
entire website from VBScript->IIS Web Server->Windows NT to a much more
stable/powerful Perl->Apache->Linux.  Without it, we'd be in for a long
haul.  We are currently working on a content editor and have run into a
problem.  Some input textfields push 2K and it seems when they do, all
input variables get dropped.  For example, I have a hidden
username/password.  When the script is called without, a login page is
displayed.  Everything works fine when submitting via POST content <
2K.  When > 2K, the username/password gets dropped, along with the
content in the input fields, and reverts to the login page.  I've tried
to set the FileUploadSize, but to no avail.  Please assist.

I'm currently running perl 5.6, modperl 1.23, apache 1.3.12, Win NT 4.0
(SP3).

Thanks,
Anthony Cinelli

Reply via email to