Determine how many bytes of a request have been read/received?
Posted
by vdhant
on Stack Overflow
See other posts from Stack Overflow
or by vdhant
Published on 2010-04-05T08:56:58Z
Indexed on
2010/04/05
9:43 UTC
Read the original article
Hit count: 275
Hey guys
Just wondering if anyone has any idea how you can determine how many bytes of a request have been read/received by the server... In other words how do I stream http request...
In that, users are uploading files and I want to report on a perotic basis how many bytes have been read/received so far.
Just wondering if anyone has any ideas on how I might do this...
Cheers Anthony
© Stack Overflow or respective owner