No it doesn't support cross domain. It uses ajax so the status servlet has
to be in same server of the application.

I see two  possible implementations for this feature: the upload server
communicating the progress to your server,  or using cross-site scripting
with callback functions.

On Fri, Jul 17, 2009 at 6:19 PM, Max <[email protected]> wrote:

>
> Quick question: Does it supports cross domain uploading?
>
> Here is what I mean. Let's say I have application hosted on google
> appengine and I would like to upload 500mb file to another server from
> my GWT app on GAE to my own server that is on different domain/ip. Am
> i going to be able to get responses back from the server?
>
> Thanks
>
> On Jul 17, 12:22 am, Manuel Carrasco <[email protected]>
> wrote:
> > I'm pleased to announce GWTUpload.
> >
> > GWTUpload <http://code.google.com/p/gwtupload/> is a library for
> uploading
> > files to web servers, showing a progress bar with real information about
> the
> > process (file size, bytes transferred, etc). It uses AJAX requests to ask
> > the web server for the upload progress. It has two components written in
> > java, the server side with servlet and utility classes, and the gwt
> client
> > side.
> >
> > JsUpload is the client library but compiled and exported into javascript,
> so
> > users that don't develop in java can use it directly in web pages. It
> > provides a server program written in perl which can be installed in any
> web
> > server as a cgi-bin script.
> >
> > Thanks
> >
> > Manolo Carrasco MoƱino
> >
>

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