Roo/form/Action.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 06:34:11 +0000 (14:34 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 06:34:11 +0000 (14:34 +0800)
Roo/form/Action.js

index 9375cbd..f354f9d 100644 (file)
@@ -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());