Upload/download progress

  • Thread starter Peter Morris [Droopy eyes software]
  • Start date
P

Peter Morris [Droopy eyes software]

Is there a way to get the progress of an upload

public void AcceptFile(byte[] data);

and more importantly a download?

public byte[] SendFile();


Thanks

Pete
 
B

bruce barker \(sqlwork.com\)

from whos point of view? on a webserver you can check to see if the client
sent the length (content-length) header (not required). then you can calc.

-- bruce (sqlwork.com)
 
P

Peter Morris [Droopy eyes software]

from whos point of view? on a webserver you can check to see if the client
sent the length (content-length) header (not required). then you can calc.

From the point of the client consuming the webservice. I'd like to display
a progress bar.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top