some" folks are unable to post any file till "some" are able

From: ginette (ginette_at_nowhere.com)
Date: 06/04/04


Date: Thu, 3 Jun 2004 22:43:16 -0400


I really need help with a strange problem.

i have a page having ONLY this cleaned and washed HTML code, no client
scripting at all and "some" folks are unable to post any file till
"some" are able. All using IE6 (SP1 or not)

Leaving the <input type="file"> unassigned is ok for everyone but when
you select a file, even a SMALL SMALL SMALL 10 bytes almost empty txt
file, the form fails to be submitted.

I've installed a packet sniffer software on the server and looked
carefully at the packets reaching the server on this specific port
(not 80).

It appears that, for some reasons i realy dont know of, the client
response to the "HTTP/1.1 100 Continue" never reach the server. Client
seems to time-out waiting for an ACK, server seem to time-out waiting
for the data.

There is a NAT/Router (SMC) involved and an ADSL modem using PPPoE.
IIS is running on a Win2000 SP4, no script blocking (NAV).

Here is the WHOLE (HTML 4.01 transit) code of the non working page.

- - - - - 8< - - - - - - - - - - - - - - - - - - - - - - - - - -
<HTML>
  <BODY>
    <FORM ACTION="Document_Save2.asp" METHOD="post"
ENCTYPE="multipart/form-data">
      <INPUT TYPE="TEXT" NAME="NAME"><BR>
      <INPUT TYPE="FILE" NAME="Binary"><BR>
      <INPUT TYPE="SUBMIT" VALUE="Send">
    </FORM>
  </BODY>
</HTML>
- - - - - 8< - - - - - - - - - - - - - - - - - - - - - - - - - -

the pages called by this one is simply <BODY>SAVED</BODY>

Any help will be appreciated.

Please reply to both this message and my not so private email address.
You'll find an account called "doltharz" on hotmail's servers.



Relevant Pages

  • Re: How to do a post back when user press enter.
    ... It is hosted on a web server, ... the client browser, which is designed to read and interpret HTML. ... UI, via the event handler. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How to do a post back when user press enter.
    ... > requested by a client browser, ... > by an ISAPI (Internet Server Application Programming Interface) ... > and interpret HTML. ... > to its process and UI, via the event handler. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Cache
    ... about - writing data into the client HTML document. ... > Using <% ServerVariable%> can get values from the server then the java can ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Banana Republic (was Re: OpenVMS Book Wins award)
    ... page but didn't look deeeply enough to see that the client was having to ... (for the same host). ... cross-site scripting constraint exercised by the browser (to prevent XSS ... but what is outside any HTTP protocol is "when a server gets told something" ...
    (comp.os.vms)
  • Unable to post multipart/form-data
    ... scripting at all and "some" folks are unable to post any file till ... I've installed a packet sniffer software on the server and looked ... It appears that, for some reasons i realy dont know of, the client ... Here is the WHOLE (HTML 4.01 transit) code of the non working page. ...
    (microsoft.public.inetserver.iis)