Upload progressbar

Ian Springer ian.springer at redhat.com
Tue Jun 19 20:48:02 UTC 2012


Looks good.   This is very valuable for users uploading 200MB bundles or 
ear files.


On 06/19/2012 04:40 PM, Jiri Kremser wrote:
> Oh, I forgot to remove it, in fact it was maven project at first. I've used the maven SmartGWT archetype in RHQ's /etc/, everything worked well, except server calls, the content of WEB-INF (web.xml in particular) wasn't deployed to hosted mode directory. In other words, GUI works fine, RPC calls don't.
>
> What command should I use to build it?
> Import it to eclipse as a existing common project and then run in hosted mode via GWT plugin... or.. try it here http://editor-worker1.mzk.cz:8080/progress/Progressbar.html :]
>
> The label with percentage is a little bit misplaced in Chrome, it could be fixed via attached CSS file.
>
> There is a limit of 3 MB per file (btw. this limit can be set to arbitrary number and could easily fix BZ 829399).
>
> JK
>
>
>       at
> org.codehaus.plexus.util.DirectoryScanner.scan(DirectoryScanner.java:290)
>       at
> org.codehaus.mojo.gwt.GenerateAsyncMojo.scanAndGenerateAsync(GenerateAsyncMojo.java:173)
> ...
>
> What command should I use to build it?
>
>
> On 06/19/2012 03:15 PM, Jiri Kremser wrote:
>> Hi all,
>>
>> I would like to add a progressbar while uploading a file (BZ 816942) so I've explored the possibilities and found out the gwtupload (http://code.google.com/p/gwtupload/) framework could do the work. It expects the apache commons-fileupload on the server-side, which we already use. Since it is pure-GWT extension, I've created the standalone Eclipse project with SmartGWT + gwtupload integration as a proof of concept, and it seems, it works well together. I know it may look like step backward to go with pureGWT component + SmartGWT wrapper, but there is no other option. There is no such support in SmartGWT.
>>
>>
>>
>> sample: https://github.com/Jiri-Kremser/gwtupload-sample
>> (It's not maven project)
>>
>>
>> JK
>> _______________________________________________
>>
> _______________________________________________



More information about the rhq-devel mailing list