Re: error with long form post

2007-10-25 Thread Jon Clausen
Is your form action set to "GET" (or not defined) instead of set to "POST"? If you're getting a "URL too long" error it sounds like your form data/text is being passed in the URL string. Jon On Oct 25, 2007, at 11:00 AM, William Seiter wrote: > I get a error that says url too long. this ap

RE: error with long form post

2007-10-25 Thread William Seiter
: www.winninginthemargins.com Enter passkey: goldengrove Web Developer http://William.Seiter.com -Original Message- From: Greg benson [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 6:48 AM To: CF-Talk Subject: error with long form post Have you ever had a problem with a form

Re: error with long form post

2007-10-25 Thread Dean Lawrence
Greg, Make sure your form method is set as "POST" and not "GET". You may have just inadvertantly set it this way (as I think some editors insert the "GET" as a default. Dean On 10/25/07, Greg benson <[EMAIL PROTECTED]> wrote: > Have you ever had a problem with a form post being too long? > > I a

error with long form post

2007-10-25 Thread Greg benson
Have you ever had a problem with a form post being too long? I am trying to post a form that uses fckeditor to post a large amount of rich text. 5000+ chars. I have also tried this with out fck editor and just a normal textarea and still get the problem. If the chars is small then the post