onprogress: function(event) {
            var progress = event.position;
            this.progress = progress;
            this.time = (new Date()).valueOf() - this.started;
            this.uploader.upload_progress(this);