X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fform%2FAction.js;h=dd1a134a3f5f0434dca7898cd94f0e48cb0c49b5;hp=c388f89dc3495c8d9d0d88d317f52142768b246f;hb=d59b277dae414c8ed4dbc3522847f5f1b495081a;hpb=46068cd58eef522565ed1729d1171d5ff2aab292 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();