Have a look at j hunter's book java servlet programming page 100++ or DOWNLOAD some code at www.servlets.com it's for a post upload (5MB), so probably it will work for a simple post SD -----Original Message----- From: Kevin Mukhar [mailto:[EMAIL PROTECTED]] Sent: 07 September 2000 14:37 To: [EMAIL PROTECTED] Subject: Re: Data Size Limit in POST Purav wrote: > > Hi, > I am posting this question the 3rd time. > > I am facing a major problem here and i am stuck with it for a long time now > My webpage which is a servlet has a textarea. > if the no of charactes in th textarea are greater than 2500, and i post the > form, nothing happens afterwards. only the first 2500 characters are printed Edit your servlet and web page down to the smallest size that still recreates the problem (i.e., one tiny html page with the form, one servlet containing only a doPost method). Post that code to the list, along with your environment information (web server, servlet container, OS). ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
