Hi,

My problem is specific to HTML, but I guess servlet developers would have
faced it earlier.

I have a servlet which opens a text file for editing in a textarea control.
This works fine with small files, but due to the size limit for the textarea
component, I can not edit large files. Is there any way by which I can
extend the size limit for textarea?

I can load the large files into textarea for viewing, but it doesn't allow
me to type in after the size limit is exceeded.

Thanks in advance,
Suresh

___________________________________________________________________________
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

Reply via email to