Thanks for your reply - meanwhile, I also realized that the traceback shown in the browser window is not complete in a sense: in the console output there was a series of three tracebacks on form submit, and only the last one - unrelated to the flaw in the POST method, as far as I could figurel - was also shown in the browser. Slightly confusing error reporting behaviour here. Anyway, thanks for your input, guess I know how to handle this from now on.
Mats On 18 Mai, 16:24, sofasurfer <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
