Closed bartvde closed 10 years ago
The solution requires server-side changes as well unfortunately: http://stackoverflow.com/questions/1106377/detect-when-browser-receives-file-download
$('#workspace').append('<i id="progress-indicator" style="position:absolute; right: 30px; top: 15px;" class="fa fa-spinner fa-spin fa-5x"></i>');
closing as not feasible unfortunately
iframe load does not seem to get triggered when we have a successful download (content-disposition), so we have no simple way of hiding the progress indicator. Need to investigate more.