HTML filesize limit?

Kenneth Brody kenbrody at bestweb.net
Wed Mar 2 12:44:38 PST 2005


Quoting Linda Gray (Wed, 2 Mar 2005 14:13:15 -0600):

> I'm working on a linux box,
>
> Linux linuxsrv 2.6.5-7.97-smp #1 SMP Fri Jul 2 14:21:59 UTC 2004 x86_64
> x86_64 x
> 86_64 GNU/Linux - using Apache2
>
> and trying to create html files from a filepro process.  My problem is
> that
> after writing 8192 bytes it hangs up, or quits writing anyway.
>
> Does anyone know of a setting some where either in filepro or apache or
> linux that would limit the file size created from HTML comands?
[...]

filePro imposes no such limits.  Are you sure the file stops at 8,192
lines, rather than the entire file being there, but the viewer chopping
it off?

The following will create a 60,000+ line file consisting of 20,000 nested
<ul><li> items.

==========
::end:
@entsel::show "\{T}-Test HTML limits":
::end:
@keyT::declare Count(5,.0):
::Count = "0":
::html &#9786;cr "/temp/limits.html":
::html &#9786;bo:
loop::html &#9786;ul ; html &#9786;li "count='" { Count { "'":
:mod(Count,"250") eq "0":show popup Count ; video sync:
:Count lt "20000":Count = Count + "1" ; goto loop:
::clears:
::html &#9786;cr-:
::end:
==========

--
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list