You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Ernesto Reinaldo Barreiro <re...@gmail.com> on 2023/04/13 12:49:33 UTC

Re: addying support for upload to resource

https://github.com/apache/wicket/pull/571

On Wed, Mar 22, 2023 at 9:26 PM Matt Pavlovich <ma...@gmail.com> wrote:

> +1 that’d be great!  Especially w/ ability to have visibility to progress.
>
> > On Mar 15, 2023, at 5:25 AM, Ernesto Reinaldo Barreiro <
> reiern70@gmail.com> wrote:
> >
> > Hi,
> >
> > In our application we are heavily using web socket push (repainting web
> > wicket components via web-socket push). One problem we found is that in
> > some pages we have some uploads and those uploads can be very large, and
> > while they are happening the page is "frozen" and no new web socket
> > messages are received. Because of that, I have implemented a custom
> upload
> > to a wicket resource. In essence some adaptation of
> >
> >
> https://github.com/martin-g/blogs/blob/master/file-upload/src/main/java/com/mycompany/fileupload/AbstractFileUploadResource.java
> >
> >
> > But I also had to adapt the upload progress bar in order to be able to
> > report progress upload. Would this be something interesting to have in
> > a "generic" way in Wicket itself?
> >
> >
> > --
> > Regards - Ernesto Reinaldo Barreiro
>
>

-- 
Regards - Ernesto Reinaldo Barreiro