this.on( 'fileUploadProgress', function ( progress ) {
            this.progressBarWidget.setProgress( progress * 100 );
        }.bind( this ) );