-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

I'd like to give feedback of how much has already been saved on the server
while a user is uploading a file.

The problem is that even the http header only gets sent _after_ the whole
request has been read. This means that the client still has a
"connecting..." message while the server is actually already saving the
file.

Is there a possibility to write something back to the client while still
reading the http request?

Thanks,

Axel

--
Axel Rauschmayer  |
                  |  mailto:[EMAIL PROTECTED]
                  |  http://axel.home.pages.de



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to