[ZWeb] dtml-method limit
Shane Hathaway
shane@digicool.com
Fri, 01 Dec 2000 17:58:28 -0500
Robin.Lamb@stanfordalumni.org wrote:
>
> All,
>
> In the site that I am creating with Zope, I have need for a few exceptionally long (character-intensive) dtml-methods. However, I have found what appears to be a limitation on the number of characters that a dtml-method can contain. It is consuming trying to whittle down the code in the dtml-method. Is there a way to over ride the limit on the number of characters that a dtml-method can contain?
It's a browser limitation. Some browsers (especially on Windows) have a
32K limit on text areas.
You can get around it by using the "Upload" functionality.
Shane