From 64f411ec29aa6de8af1f3d23e40de5fe88da1e2c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 27 Dec 2018 15:39:16 +0800 Subject: [PATCH] Roo/form/Action.js --- Roo/form/Action.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roo/form/Action.js b/Roo/form/Action.js index c388f89dc3..dd1a134a3f 100644 --- a/Roo/form/Action.js +++ b/Roo/form/Action.js @@ -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(); -- 2.39.2