I've seen something like this.  We kick off a long-running process,
then have the browser ask for updates from the server every X seconds
and update the user.  This requires storing the progress bits in the
session, or some other persistent store, which I generally avoid
doing, but it works.

-Ben

On Apr 2, 10:04 am, Michael <[email protected]> wrote:
> In my app I make an RPC call that results in a return of a large
> amount of data.  I would like to show the progress to the user of the
> download, is there a way to do that?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to