[7766] in www-talk@info.cern.ch
Re: Limit on TEXTAREA
daemon@ATHENA.MIT.EDU (wmperry@spry.com)
Mon Mar 27 16:09:27 1995
Date: Mon, 27 Mar 1995 15:47:26 +0500
Errors-To: procmaster@www19.w3.org
Reply-To: wmperry@spry.com
From: wmperry@spry.com
To: Multiple recipients of list <www-talk@www10.w3.org>
Tom Cozzolino writes:
>
> I have a CGI perl script that queries a file (via egrep) to build a
> dynamic distribution list.
>
> When the results come back, they are piped after a <TEXTAREA> tag. This
> works OK, unless I pipe a large (> 100KB) amount of data back. In that
> case, the TEXTAREA box only contains a portion of the output).
>
> I also tried just piping the output back to the dynamically-created HTML
> page. In that case, I *do* get see all the data.
>
> Is there some kind of hard limit to how large a TEXTAREA can be? If so,
> is there a better way to build a user-editable list? Thanks for any
> help.
There is nothing in the spec that inherently limits the amount of data
that can be in a textarea. This is a browser dependent issue. What
browser are you using? If its in 16 bit windows, you might be running into
the 64K chunk limit.
-Bill P.