Hi,�

is there a way how to show progress bar during download of a big files using #downloadTo: message of the ZnClient? The image is not responsive for a long time and users may think it's frozen.�

example:

ZnClient new�url: 'http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/27.0/runtimes/xulrunner-27.0.en-US.win32.zip';�
downloadTo: 'xulrunner.zip'.

Cheers,
-- Pavel