[Seaside] How to allow downloads in Seaside?

Boris Popov boris at deepcovelabs.com
Fri Aug 10 22:55:52 UTC 2007


I use the following extension on WAComponent,

downloadBytes: bytes mime: mime filename: filename
 ^self session returnResponse: (WADocumentHandler
                                  document: bytes
                                  mimeType: mime
                                  fileName: filename) response

which is then called from a callback, say

html anchor
  callback: [self
              downloadBytes: self asCSV
              mime: 'text/csv'
              filename: 'export.csv'].

Hope this helps,

Cheers!

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

> -----Original Message-----
> From: seaside-bounces at lists.squeakfoundation.org [mailto:seaside-
> bounces at lists.squeakfoundation.org] On Behalf Of Ching de la Serna
> Sent: Friday, August 10, 2007 3:23 PM
> To: Seaside at lists.squeakfoundation.org
> Subject: [Seaside] How to allow downloads in Seaside?
> 
> Hi,
> 
> If I were to allow downloads from my webpage, how would I go about it?
> Does Seaside have a method for doing this? Many thanks.
> 
> Ching



More information about the seaside mailing list