Help: Uploading .zip to Python CGI

Jay Dorsey jay at jaydorsey.com
Sat Dec 6 16:04:56 EST 2003


On Sat, Dec 06, 2003 at 12:40:43PM -0800, Will Stuyvesant wrote:
> I am uploading a .zip file to a Python CGI program, using a form on
> a HTML page with
> 
<snip>

Without being able to see the form, I wonder if you're certain you set the enctype on the form to "multipart/form-data"?

You're working across multiple servers and if you're retyping the script each time its easy to forget the enctype of the form. 

HTH


-- 
Jay Dorsey
jay at jaydorsey dot com





More information about the Python-list mailing list