[Seaside] Uploading large files

Patrick Collison patrick at collison.ie
Tue Aug 14 07:25:58 UTC 2007


On 14/08/07, Chad Nantais <cnantais at gmail.com> wrote:
> What's the smartest way to handle the uploading of large files (>50mb)
> through Seaside and onto the filesystem without grossly inflating my
> image's memory consumption in the process?

I'm no expert, but I think the short answer is that you can't.

Maybe you could do it by interacting directly with the web-server, and
incrementally writing the file to disk?

Patrick

> Thanks in advance,
>
> Chad
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list