Re: [Webware-devel] Question re: HTTPRequest

2003-02-13 Thread Matt Feifarek
Matt Feifarek wrote: Mike Warren wrote: I'm trying to replicate a progress-bar like feature for http-uploaded files. Any clues on how this might work? Really, that's a client problem. Doesn't Mozilla have progress bars for uploads now? No, moz doesn't have

Re: [Webware-devel] Question re: HTTPRequest

2003-02-11 Thread Ian Bicking
On Tuesday, February 11, 2003, at 11:01 AM, Matt Feifarek wrote: I've got a question that involves adapters and HTTPRequest... I'm interested in monitoring the progress of an uploaded file (HTTP POST). The question itself is, when using an adapter like mod_webkit, does Apache accept the entire

Re: [Webware-devel] Question re: HTTPRequest

2003-02-11 Thread Matt Feifarek
Mike Warren wrote: I'm trying to replicate a progress-bar like feature for http-uploaded files. Any clues on how this might work? Really, that's a client problem. Doesn't Mozilla have progress bars for uploads now? No, moz doesn't have that.  None of the browsers I've seen o

Re: [Webware-devel] Question re: HTTPRequest

2003-02-11 Thread Mike Warren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt Feifarek <[EMAIL PROTECTED]> writes: > I'm trying to replicate a progress-bar like feature for > http-uploaded files. Any clues on how this might work? Really, that's a client problem. Doesn't Mozilla have progress bars for uploads now? - -- m

[Webware-devel] Question re: HTTPRequest

2003-02-11 Thread Matt Feifarek
I've got a question that involves adapters and HTTPRequest... I'm interested in monitoring the progress of an uploaded file (HTTP POST). The question itself is, when using an adapter like mod_webkit, does Apache accept the entire HTTP POST mime chunk, and then pass it off to the AppServer, or d