En Thu, 10 Apr 2008 15:43:23 -0300, <[EMAIL PROTECTED]> escribió:
> Hi, I have a little python webservice that I created, and in one of
> the methods I need to store some binary data that was "posted"... I
> want to do something like this, but it doesn't work.
>
> username = form.get("username", "
Hi, I have a little python webservice that I created, and in one of
the methods I need to store some binary data that was "posted"... I
want to do something like this, but it doesn't work.
username = form.get("username", "")
message = form.get("message", "")
attachment = form.get("attachment", Non