From: Alan Knowles Date: Wed, 10 Nov 2010 06:34:11 +0000 (+0800) Subject: Roo/form/Action.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=4c3bd4f8db593e134ef0c8296112d0dc2d3b1bbb;p=roojs1 Roo/form/Action.js --- diff --git a/Roo/form/Action.js b/Roo/form/Action.js index 9375cbdc3c..f354f9d9b6 100644 --- a/Roo/form/Action.js +++ b/Roo/form/Action.js @@ -189,7 +189,9 @@ Roo.extend(Roo.form.Action.Submit, Roo.form.Action, { var method = this.getMethod(); var isPost = method == 'POST'; if(o.clientValidation === false || this.form.isValid()){ - if (this.form.progressUrl && this.form.findField( 'UPLOAD_IDENTIFIER')) { + if (this.form.progressUrl) { + + // use upload progress bar.. this.findField('UPLOAD_IDENTIFIER').setValue( (new Date() * 1) + '' + Math.random());