Google Answers Logo
View Question
 
Q: Problems with Form POST using 'enctype="multipart/form-data"' and IIS 5.1 ( No Answer,   0 Comments )
Question  
Subject: Problems with Form POST using 'enctype="multipart/form-data"' and IIS 5.1
Category: Computers > Programming
Asked by: big_jezza-ga
List Price: $20.00
Posted: 23 Dec 2005 03:08 PST
Expires: 26 Dec 2005 07:47 PST
Question ID: 609177
I am experiencing problems using the POST method on a form on a web page.

To replicate the issue for debugging purposes, I have created a web
page (test.asp) which contains ONLY the code below:


<form name="TestForm" enctype="multipart/form-data"
action="test2.asp" method="POST">

<input type="file" name="attach1">

<input type="submit">

</form>


A second page, (test2.asp) receives the posted data, but for testing,
simply looks like this:


<html>
<head></head>
<body>This is test2.asp</body>
</html>


When test.asp is loaded, if I browse to a file which is greater in
size than approx 98,400 bytes and click to submit the query, I receive
a 'Page Cannot Be Displayed' error for test2.asp. If the file is
smaller than approx 98,400 bytes, everything works fine.

Why is this happening? Any assistance gratefully appreciated.

For my web server I am using IIS 5.1 as provided with Windows XP Professional.

Regards, JEREMY
Answer  
There is no answer at this time.

Comments  
There are no comments at this time.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy