On Tue, Oct 13, 2009 at 2:28 PM, PaulSijben <[email protected]> wrote: > > 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?
This might be an issue with cherrypy wsgiserver. Have you tried your application with lighttpd+fastcgi or any other server? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
