From 1bb5263f77fe6e15747325d363119251435fcc3b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 4 Nov 2010 12:37:36 +0800 Subject: [PATCH] Pman.Dialog.Image.js --- Pman.Dialog.Image.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pman.Dialog.Image.js b/Pman.Dialog.Image.js index 7743597d..172fa01e 100644 --- a/Pman.Dialog.Image.js +++ b/Pman.Dialog.Image.js @@ -108,7 +108,8 @@ Pman.Dialog.Image = { _this.dialog.el.unmask(); if (act.type == 'setdata') { - this.url = _this.data._url ? _this.data._url : baseURL + '/Roo/Images.php' + this.url = _this.data._url ? _this.data._url : baseURL + '/Roo/Images.php'; + this.el.dom.action = this.url; this.findField('UPLOAD_IDENTIFIER').setValue( (new Date() * 1) + '' + Math.random()); -- 2.39.2