[Seaside] Downloadable content

Philippe Marschall philippe.marschall at gmail.com
Sat Dec 18 18:18:42 UTC 2010


2010/12/17 alexandre bp <abalonpe at ulb.ac.be>:
> Hi,
> I'd like to add a downloadable content on my website and I don't have any
> idea how to do that.
> I saw the fileUpload method in the WARenderCanvas to upload a file on the
> server but I don't find anything to download a file from it...
> Where should I put the downloadable file and how to export it to the
> computer of the client?

For production deployments we recommend configuring Apache to serve the files:

http://book.seaside.st/book/advanced/deployment/deployment-apache/serving-files

It's a bit of work to set up but very reliable, fast and doesn't put
any load on your Smalltalk image.

Cheers
Philippe


More information about the seaside mailing list