![]() |
Upload/download progress
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 |
Re: Upload/download progress
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) "Peter Morris [Droopy eyes software]" <pete@droopyeyes.no.com.spam> wrote in message news:%23WprXYq7GHA.788@TK2MSFTNGP05.phx.gbl... > 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 > |
Re: Upload/download progress
> 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. |
| All times are GMT. The time now is 02:12 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.