DTML Document size limit?
I can't get a DTML Document to be bigger than about 105k. Is there a size limit to a DTML Document, and if so, how big? 105k isn't that large. -andy diller
I have built them to over 200K... J
From: dillera@isc.upenn.edu (Andrew Diller) Date: Mon, 22 May 2000 16:09:16 -0400 To: zope@zope.org Subject: [Zope] DTML Document size limit?
I can't get a DTML Document to be bigger than about 105k.
Is there a size limit to a DTML Document, and if so, how big?
105k isn't that large.
-andy diller
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
"J. Atwood" wrote:
I have built them to over 200K...
J
From: dillera@isc.upenn.edu (Andrew Diller) Date: Mon, 22 May 2000 16:09:16 -0400 To: zope@zope.org Subject: [Zope] DTML Document size limit?
I can't get a DTML Document to be bigger than about 105k.
Is there a size limit to a DTML Document, and if so, how big?
105k isn't that large.
Windows has a built-in limit on the size of the text that can fit in a text box. The limit changes from machine to machine for no apparent reason. I bet that's what the problem is. Uploading the DTML directly or via FTP may solve the problem for you, but the heart of the matter is Windows. Shane
Hi Andrew, as discussed earlyer, there is no hard coded limit in the size of the files (ok, you might not go over 2GB per file) Althought its usually not nessecary to edit such big files. Use inheritance, reuseable code and part your document into smaller pieces. This is what Zope is for. Regards Tino Wildenhain Andrew Diller wrote:
I can't get a DTML Document to be bigger than about 105k.
Is there a size limit to a DTML Document, and if so, how big?
105k isn't that large.
-andy diller
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
dilleraļ¼ isc.upenn.edu -
J. Atwood -
Shane Hathaway -
Tino Wildenhain