Hey guys,

I'm uploading form data with a file so having to use the HTTPResponse and request objects provided by .NET.

It's all going well but now I want to obtain progress. It would appear that

HttpWebResponse.getResponse() actually uploads the file and waits for the response. Given that this is a blocking call is there anyway to obtain "how much information has been sent"?

Thankyou

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.