[Seaside] What alternative for fileUpload with WAFile for large files?

Van Upboy van.upboy at gmail.com
Tue Mar 23 08:13:00 UTC 2010


Hello,

I'm using fileUpload (seaside 2.8), which uses a WAFile to store the
contents directly. However, this doesn't work for (very) large files,
because pharo will run out of memory. Likewise, an anchor like this:
    html anchor
        document: aWAFile contents
        mimeType: aWAFile contentType
        fileName: aWAFile fileName;
        with: aWAFile fileName.
won't work, because I can't serve the content directly from memory.

I'm new to SmallTalk & Seaside, and I'm wondering how I should approach this
problem?

With kind regards,
Van.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100323/a3f92fb1/attachment.htm


More information about the seaside mailing list