On Tuesday, February 11, 2003, at 11:01 AM, Matt Feifarek wrote:
I've got a question that involves adapters and HTTPRequest...It sends it piece by piece, though I don't believe it listens for a response until the entire request has been sent. There might also be different points at which it gets buffered. I know the cgi module will try to parse the POST body, and read the entire body in. But in the case of a file upload it may not do that -- I haven't looked at that portion of the code, and the cgi module deals with files differently.
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 does it send it piece by piece?
Ian
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel