You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Arion <ar...@talentinfo.com.hk> on 2000/03/24 07:29:56 UTC

When Servlet receive request?

Hi!

When would servlet receive request from the client? Say the client has a
10M file to upload, would the file being received once the first packet
recevied by the server, or only start when the whole file is uploaded?

Thank you

Arion.


Re: When Servlet receive request?

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
Details depend on which server you're talking about, but generally you can
assume that the servlet receives the request at the beginning.  After all,
it is up to the servlet to read and process the uploaded data.

Craig McClanahan


Arion wrote:

> Hi!
>
> When would servlet receive request from the client? Say the client has a
> 10M file to upload, would the file being received once the first packet
> recevied by the server, or only start when the whole file is uploaded?
>
> Thank you
>
> Arion.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org