Roo/form/Action.js
authorAlan Knowles <alan@roojs.com>
Thu, 27 Dec 2018 07:39:16 +0000 (15:39 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 27 Dec 2018 07:39:16 +0000 (15:39 +0800)
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();