Anthony Cinelli wrote:
> 
> 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

I love it.

> 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.
> 

This problem shouldn't be happening.  Make sure that your 
form has the POST method clearly hardcoded so that your 
browser doesn't send this via GET which could have a 2K limit.

If you are still having troubles, post your script and the 
relevant part of your config.  Make sure that your Apache
doesn't have any post limit set.

Note that the FileUpload* configs only kick in when you are
doing file uploads which take a special kind of form.

-- Joshua
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to