Re: [vwnc] Managing Large File Uploads in Seaside
Esteban Maringolo <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <CAJMgPCKKA+iSqWhWsVqjUaUfqo=J3SXcEMgmkh3LT-0jnC=ztQ@mail.gmail.com> |
Hi Felix, That is similar to what Johan proposes in his article, but the goal is to achieve the same thing by using SiouX (VW's latest HTTP server) responders, maybe using a chunked read/write approach (so there is no more than a certain buffer in the object memory). Regards, Esteban A. Maringolo On Wed, May 8, 2019 at 9:46 AM Félix Madrid <[email protected]> wrote: > Hi Esteban, > > Maybe this article (and project) from Nick Ager can help you: > > http://nickager.com/blog/2011/07/01/File-upload-using-Nginx-and-Seaside > > Cheers, > > Félix > > On Wed, May 8, 2019 at 2:39 PM Esteban Maringolo <[email protected]> > wrote: > >> I'm trying to use the SiouX responder fortification to limit a large file >> upload from blocking the whole image and/or filling its memory. >> >> Looking at the options I found there is a "save attachments as files", >> which seems like a similar approach as the one proposed at < >> https://jbrichau.github.io/blog/large-file-upload-in-seaside > using >> NGINX or Apache, but apparently that option only works at NetHttpResponder, >> but it's not applied in Seaside. >> >> Did anybody integrate this feature or a similar one with Seaside in VW? >> (otherwise I'd have to do it myself). >> >> Regards! >> >> Esteban A. Maringolo >> > > _______________________________________________ seaside mailing list [email protected] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside