I'm working on a perl based text source code management
system. We would like to be able to paste the entire
contents of a text file, which might be quite large, into
a TEXTAREA field and have it sent to the server via a POST.
In Netscape, I tried to paste a large text file into a TEXTAREA
field, but only the first 30,000 bytes got pasted.
Then I found a Netscape TEXTAREA if containing over 30,000
bytes of data will not allow you to add any more text. All you
you can do is delete characters. Example: if you have
30,005 bytes, you can delete characters, and once it drops
below 30,000 bytes, then you are allowed to enter new characters.
Is there a configuration parameter that will allow the Netscape
TEXTAREA fields to handle larger contents?
I tried this on Netscape 4.73, 4.76, 4.74 and 4.61.
On MSIE 5.50 it seems a TEXTAREA can receive a paste of
a megabyte and seems to have no limits.
Any help would be greatly appreciated.
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web