Text Area - 400 Bad Request Error [message #304312] |
Tue, 04 March 2008 17:47 |
brianrhyolite
Messages: 2 Registered: March 2008
|
Junior Member |
|
|
I am having a problem with putting a large amount of text into text areas.
I did the following. Create a new page. Create an HTML region within that page. Create a text area within that region. Set the Maximum Width to 9999999. Create a button within the region that submits the page and goes to the same page.
If I put a small amount of text, say "aaaaaaaaaaa" in the text area and press the button, it just submits the page and goes back to the same page, no problem.
In fact, I have found that I can put up to 32512 bytes in the text area and press the button to submit the page, and it works fine.
However, if I put 32513 bytes in the text area and press the button to submit the page, I get a 400 Bad Request error.
I have read that there is no limit to the amount of text you can put in a text area. Also, I explicitly set the Maximum Width to 9999999.
What is my problem? Why can't I put more text into this text area?
|
|
|
|