Data-part of a POST request is missing!!
thomas@c...
thomas@c...
Tue, 31 Oct 2000 17:23:15 -0000
it's a plain
<form action="myserver" method="post" enctype="multipart/form-data">
<input type="text" name="...">
</form>
--- In medusa@egroups.com, "[drone]" <drone_drone@h...> wrote:
> What does your form look like??
>
>
----------------------------------------------------------------------
> Olivier A. Dagenais - Software Architect and Developer
> "Someone called 'Type your name here' is impersonating me on the
> internet and is posting exactly the same things I am posting!"
>
>
> ----- Original Message -----
> From: <thomas@c...>
> To: <medusa@egroups.com>
> Sent: Tuesday, October 31, 2000 03:56
> Subject: [medusa] Data-part of a POST request is missing!!
>
>
> > I've written my own default_handler and want to use the POST
command
> > to send data to the HTTP-server ( username, passwd etc. therefore
the
> > POST command, not GET).
> >
> > My Python client ( a script that sends the POST command and header
> > parts manually to the HTTP-server) sends the data ok. It's
available
> > in the request-object in my default_handler. But using a form in
> > Netscape ( with ENCTYPE=multipart/form-data, method=POST ) shows
no
> > form data in the request-object. Why ??
> >
> > I need to use both clients, my Python client and a ordinary
browser,
> > and I need to use the POST-command.
> >
> > Any clues, hints or tips?
> >
> >
> >
> >
> >
> >