This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tercero12
Recipients amaury.forgeotdarc, barry, ggenellina, oopos, r.david.murray, tercero12
Date 2009-06-08.20:39:29
SpamBayes Score 4.1417092e-10
Marked as misclassified No
Message-id <1244493571.15.0.291425540831.issue4953@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached unittest.zip.  Simply unzip it to a directory and run it.
 I've included a Python2.x version of the unittest for the sake of
clarity.  The 2.x version was developed on 2.4.  The 3.x version was
developed on 3.0.1 and 3.1rc1 (with identical results).

It seems that there are several issues with cgi.FieldStorage and
multi-part form data.

- Does Formstation read in a Bytes or String?
-- It seems to expect a String but this yields invalid results for
uploading files.
-- A stream of Bytes would make more sense but loses it Pythonic
"Batteries included" nature if the user has to decode the encoding
manually for each form field.
History
Date User Action Args
2009-06-08 20:39:31tercero12setrecipients: + tercero12, barry, amaury.forgeotdarc, ggenellina, r.david.murray, oopos
2009-06-08 20:39:31tercero12setmessageid: <1244493571.15.0.291425540831.issue4953@psf.upfronthosting.co.za>
2009-06-08 20:39:29tercero12linkissue4953 messages
2009-06-08 20:39:29tercero12create