I would simply lock other drag and drop upload components, while upload is in progress.
You can also have a look at my experiments with custom drag and drop upload fields here https://github.com/andruhon/WicketDragAndDropFileAjaxUpload I have similar implementation in my app and it does allow you to drop files into multiple drag and drop area, however, files are uploaded sequentially, one by one. On 2019/08/13 06:19:08, Korbinian Bachl <korbinian.ba...@whiskyworld.de> wrote: > Hi, > > wicket 8 has this neat AjaxFileDropBehaviour and it works like charm. > However, if I have multiple components on one page with a > AjaxFileDropBehaviour each and the upload of 1 drop is running, i cant upload > a 2nd one at the same time; Any idea how to solve this? > > E.g.: File 1 with 100MB gets dropped onto component A, File B wiht 50MB gets > dropped onto Component B about 10 secs later - upload of a is not working and > page somehow goes stale. It might be noteworthy that during the upload an > IAjaxIndicatorAware spinner is shown on Component A (and expected on B); > > Best, > > KB > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org