Hi all,

we are using web.py very happily but we are running into an issue when
very large files are uploaded. Webpy accepts the entire file and only
after it is uploaded, calls POST. At this point we need to copy out
the data and the client starves.

Naturally we want to have the data as it comes in so we can save the
data while it is being uploaded.

Is there some flag we can set on the application creation or something
to steer this behavior or should we modify the code to CP_fileobject?

Paul Sijben

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to