I assume you are in the debug mode. Then webpy tries to display an error page with the contents of all local variables, including the uploaded file. There a conversion of the input variable which contains non ut8-data (the uploaded file) fails. And here the loop begins. My solution was to catch all exceptions in the upload handler myself.
Regards, Florian Nöding SeC schrieb: > Here's code - http://en.pastebin.ca/1558149 > Here's console output log - http://en.pastebin.ca/1558150 > > web browser freeze waiting for answer, script on server side eats CPU > max and freeze > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
