cgi.py, upload and IIS

2001-05-20 Thread Milan Melena
I have following problem: I'm using module cgi.py for file upload from html form. Configuration is WinNT 4.0 SP3, IIS 3, ActivePython Build 210. Scripts: upload.py: - print "Content type: text/html" print print "File upload - form" print "" print """

Re: Is ASP broken in current ActivePython?

2001-05-20 Thread Paul Prescod
The current ActivePython works with ASP. It does not automatically register Python as an ASP server. You can do that by running the program win32comext\axscript\client\pyscript.py. You may also want to check out this link: http://starship.python.net/crew/mhammond/win32/InstallationProblems.html