On Fri, Sep 26, 2008 at 11:25 AM, Audrius Kažukauskas
<[EMAIL PROTECTED]> wrote:

> Web app lets upload big files (let's say, up to 100 MiB) and keeps them
> for some time.

Uploading files that large risks browser timeouts.  Unless all your
users are on a fast local network and you really need need to upload
such large files via a web interface, I would limit file uploads to
1.5 or 10 MB, and use network drives or scp/rsync/ftp for larger
files.

--Mike


-- 
Mike Orr <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to