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 does it send it piece by piece?
If it were piece by piece, we could get in there and watch the size of a
variable, and make it available to other systems.
I'm trying to replicate a progress-bar like feature for http-uploaded
files. Any clues on how this might work?
Thanks.
Oh, and kudos to Stewart for getting the release out. It looks great so
far. Thank you very much!
- Matt
-------------------------------------------------------
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
- Re: [Webware-devel] Question re: HTTPRequest Matt Feifarek
- Re: [Webware-devel] Question re: HTTPRequest Mike Warren
- Re: [Webware-devel] Question re: HTTPRequest Matt Feifarek
- Re: [Webware-devel] Question re: HTTPRequest Matt Feifarek
- Re: [Webware-devel] Question re: HTTPRequest Ian Bicking