Re: RFC 1867-compatibe File Upload

2012-12-05 Thread Thad
On Monday, December 3, 2012 10:09:34 PM UTC-5, Shawn Quinn wrote: The GWT Uploader project also provides callbacks for file upload progress events, all on the client side: http://www.moxiegroup.com/moxieapps/gwt-uploader/ Thanks, -Shawn Shawn, The demos look *very* impressive so

Re: RFC 1867-compatibe File Upload

2012-12-04 Thread Alex opn
Looks good! How about making GWT Uploader available via maven? : ) Am Dienstag, 4. Dezember 2012 04:09:34 UTC+1 schrieb Shawn Quinn: The GWT Uploader project also provides callbacks for file upload progress events, all on the client side: http://www.moxiegroup.com/moxieapps/gwt-uploader/

Re: RFC 1867-compatibe File Upload

2012-12-03 Thread Shawn Quinn
The GWT Uploader project also provides callbacks for file upload progress events, all on the client side: http://www.moxiegroup.com/moxieapps/gwt-uploader/ Thanks, -Shawn On Monday, January 25, 2010 11:26:05 AM UTC-5, CI-CUBE wrote: Hi @ all, I'm looking for an RFC 1867-compatible,

Re: RFC 1867-compatibe File Upload

2010-01-26 Thread Martin Trummer
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

RFC 1867-compatibe File Upload

2010-01-25 Thread CI-CUBE
Hi @ all, I'm looking for an RFC 1867-compatible, pure (non-UI) file upload functionality to be used at [Smart]GWT's client side. It would be perfect if the code could provide a callback to render a progress bar. Is there something like that, maybe a JSNI wrapper to a JS library, available? Thx

Re: RFC 1867-compatibe File Upload

2010-01-25 Thread Lothar Kimmeringer
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