Bugs item #1582744, was opened at 2006-10-23 09:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1582744&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: win32
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: cheeng shu chin (cheengshuchin)
Assigned to: Nobody/Anonymous (nobody)
Summary: isapi extension seem Error for large file posting in iis
Initial Comment:
hi all,
I try to submit a large file (2Mb+) to iis with
pywin32 isapi extension via html form (POST method),
but end out with "The page cannot be displayed" for IE
and "server connection reset" for firefox.
This happen even with attached module "C:\Python24
\Lib\site-packages\isapi\test\extension_simple.py".
The form with this "CONTENT_TYPE=multipart/form-data;
boundary=---------------------------7d629bf20426"
is it a limitation in isapi or some bug in it???
can someone help me on this???
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1582744&group_id=78018
|