"Klaus Johannes Rusch" <KlausRusch@atmedia.net> wrote in message
news:2io207Fpj1u6U1@uni-berlin.de...[color=blue]
> Alan wrote:
>[color=green]
> > I have a website with no ssi, php, cgi...nothing. Plain old flat pages[/color][/color]
are[color=blue][color=green]
> > all it serves.
> > I need to upload a list to it - a big, plain text list in html. A 2Mb[/color][/color]
list![color=blue][color=green]
> >
> > With gzip compress, it comes down to 91Kb, much more modem-friendly!
> >
> > After about 30 minutes of googling, I haven't yet found a way of serving
> > this page up like this.
> > I can't send headers as no php or .htaccess is allowed. Any ideas?[/color]
>
> If all visitors to the site have Javascript enabled, you could use
> client-side compression:
>
>
http://www.dithered.com/javascript/c...ion/index.html
>
> Alternatively, provide two copies of file for download, one with an
> .html.gz extension (assuming the server is properly configured to
> recognize .gz) and one with an .html extension, and let visitors choose
> which version they would like to get.[/color]
Thanks for all the replies - this last one looks very cunning - but is very
heavy on the old cpu!
We got it sorted in the end - just stripping out all the tags and stuff.
Thanks for the offer of hosting the files etc.