Erik Ramfelt - 2003-03-06

Sorry about this (a little) offtopic question, but I think alot of ppl on this list knows HTTP quite well.

Anyhow, I wondering if there is a possibility to do a POST or PUT to a server and send the data in small batches?
We've developed an app that sends an image to a server by using the HTTP, but now our users would like to see a progressbar during the sending. THe progressbar would show how much of the data actually has been sent to the server and how much is left. Is it possible to such thing within the HTTP?

I know that servers can send data from the server in batches, but is it possible the other way around?