Partial Fix #5635 - chome extension for uploading clippings
[roojs1] / Roo / form / Action.js
index c388f89..dd1a134 100644 (file)
@@ -226,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();