Re: IIS 5.0 not accepting multipart/form-data

From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 10/28/04


Date: Thu, 28 Oct 2004 03:34:35 -0700

Are all the IIS servers the same version, same patches, etc?

I suggest using Network Monitor to see traffic between separate client and
server doing the submit. This will tell you whether the data is sent by the
browser or not, whether it is received/processed by the server or not, etc.

Also use the same client machine as well as submit the exact same file to
remove client-side variance.

-- 
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"CrazzyWebMonkey" <CrazzyWebMonkey@discussions.microsoft.com> wrote in
message news:598E4428-594A-434C-BB27-864AB50C3BD5@microsoft.com...
I have 3 IIS server set up (Development, Test, and Production), and each of
them behave differently when submitting a multipart/form-data form.
The Development server (using http://localhost/) works just fine, the file
is uploaded, and the rest of the fields are set just fine.
The Test server (using internal IP address) will send all the normal fields
just fine, but does not upload the file.  No error is generated for the
browser, and the logs show a successful transaction (http: 302)
The Production server (using public IP address that is routed through a
firewall) does not upload the file, and does not send the rest of the
fields,
and the browser displays an error (which varies depending on the language
used).  When looking the web-logs, there is no error, in fact it shows that
the everthing went fine (http: 302)
Is this behavior caused by an IIS setting (or lack of setting) or a Windows
setting?  Where could I find these setting at?
-- 
CrazzyCodeMonkey


Relevant Pages

  • Re: question refined - Copy file from client to server
    ... uploaded form - which is the stream. ... to a directory on the server, rather than load it into SQL. ... the user browsed to the file so your page could upload it. ... just manipulate the files on a client machine at will. ...
    (microsoft.public.dotnet.general)
  • Re: question refined - Copy file from client to server
    ... uploaded form - which is the stream. ... to a directory on the server, rather than load it into SQL. ... the user browsed to the file so your page could upload it. ... just manipulate the files on a client machine at will. ...
    (microsoft.public.dotnet.general)
  • Re: What doesnt lend itself to OO?
    ... >> proxy and instructs the server to constuct the real object. ... rather than client code. ... If 'clock' is instantiated in the server, ... > for the server interface at the OOA level. ...
    (comp.object)
  • This is going straight to the pool room
    ... or not the client has privilege to do what they're trying to do, ... The server environment is this: ... 3GL User action Routines that Tier3 will execute on your behalf during the ... Routine Name: USER_INIT ...
    (comp.os.vms)
  • Re: Send and recive files
    ... > I've created a submit form where the user can select a file to upload. ... > When the user press the button for submit the selected file, how my asp ... > How can i send file to the client? ... - When I have to send file from server to client, ...
    (microsoft.public.inetserver.asp.general)