On Sun, 2002-04-28 at 21:09, Geoffrey Talvola wrote:
> One thing that didn't seem to work properly though was the FileUpload example
> servlet. Instead of uploading the file, it just returns the same page when
> you press the submit button. Any idea why this doesn't work?
Okay, I figured this
I've used the BaseHTTPServer class a bit and eventually stopped because
it seemed to be blocking with no hope of fixing it as far as I could
tell. For example, start the server, telnet to port 80 or whatever and
while that connection is open, try loading a page. I ended up having to
use the Asyn
Ian Bicking wrote:
> With talk of a mini-Apache, patches to Application to get it to serven
> HTTP, and all that, I thought I'd try a strategy I brought up earlier,
> but which no one seemed very excited about: an HTTP-serving adapter.
> I'd been working with BaseHTTPServer already (included with
Ian Bicking wrote:
> With talk of a mini-Apache, patches to Application to get it to serven
> HTTP, and all that, I thought I'd try a strategy I brought up earlier,
> but which no one seemed very excited about: an HTTP-serving adapter.
> I'd been working with BaseHTTPServer already (included with