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

index 062a33d..ec1b62f 100644 (file)
@@ -249,7 +249,14 @@ Roo.extend(Roo.form.Form, Roo.form.BasicForm, {
         this.initEl(ct.createChild(o));
 
         this.root.render(this.el);
-
+        
+        if (this.progressUrl && !this.form.findField( 'UPLOAD_IDENTIFIER')) {
+            // push a hidden field onto the list of fileds..
+            
+        }
+            
+        
+        
         this.items.each(function(f){
             f.render('x-form-el-'+f.id);
         });