This UnicodeDecodeError is really annoying, because it is often triggered when you made a programming error in your POST method that handles the file upload.
Try to analyze the traceback from the beginning (the [..] part), amongst tons of senseless stuff there should be also hints regarding mistakes in your POST method. Dear webpy-Maintainers, can we make debugging in these situations easier? -- Franz On 17 Mai, 18:31, Mats <[email protected]> wrote: > If I implement the form in the main web.py file (as described > inhttp://webpy.org/cookbook/storeupload), uploading works. I'd rather > have the form in a seperate template, though. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
