I'm not sure, what you mean with non-UI and on the other hand
you want to display a progressbar.
maybe you want a pure-GWT implementation without any 3rd party stuff
like flash or applets?

if so, this may be what you are looking 4:
http://code.google.com/p/gwtupload/

On 25 Jan., 17:43, Lothar Kimmeringer <[email protected]> wrote:
> CI-CUBE schrieb:
>
> > I'm looking for an RFC 1867-compatible, pure (non-UI) file upload
> > functionality to be used at [Smart]GWT's client side.
>
> FormPanel.setEncoding(FormPanel.ENCODING_MULTIPART)
> should provide that kind of functionality.
>
> > It would be
> > perfect if the code could provide a callback to render a progress bar.
>
> I'm not aware of such a thing but defining a function in a
> RemoteServiceServlet returning the currently received bytes
> of the parallel running upload, shouldn't be that hard to
> be implemented by yourself.
>
> Regards, Lothar

-- 
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