You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Mathias Nilsson <wi...@gmail.com> on 2009/07/20 21:49:29 UTC

[work-around] UploadProgressBar

The UploadProgressBar works great in some browsers but looses responsiveness in
safari on mac.

when debugging this on mac it looks like the ajax requests hangs when a
multipart is used. You will not receive a readystate 4 and no status 200

To get this to work you will have to use an Iframe to post to and call
parent.javascriptfunction to start the ajax callback to the wicket resource.