Partial Fix #5635 - chome extension for uploading clippings
[roojs1] / Roo / form / Action.js
index 4b571ae..dd1a134 100644 (file)
@@ -212,7 +212,6 @@ Roo.extend(Roo.form.Action.Submit, Roo.form.Action, {
         var o = this.options;
         var method = this.getMethod();
         var isPost = method == 'POST';
-        Roo.log(o);
         if(o.clientValidation === false || this.form.isValid()){
             
             if (this.form.progressUrl) {
@@ -227,7 +226,8 @@ Roo.extend(Roo.form.Action.Submit, Roo.form.Action, {
                 url:this.getUrl(!isPost),
                 method: method,
                 params:isPost ? this.getParams() : null,
-                isUpload: this.form.fileUpload
+                isUpload: this.form.fileUpload,
+                formData : this.form.formData
             }));
             
             this.uploadProgress();