Pman.Dialog.Image.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 4 Nov 2010 04:37:36 +0000 (12:37 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 4 Nov 2010 04:37:36 +0000 (12:37 +0800)
Pman.Dialog.Image.js

index 7743597..172fa01 100644 (file)
@@ -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());