examples/bootstrap/Editor.html
authorEdward <edward@roojs.com>
Mon, 16 Feb 2015 02:50:56 +0000 (10:50 +0800)
committerEdward <edward@roojs.com>
Mon, 16 Feb 2015 02:50:56 +0000 (10:50 +0800)
examples/bootstrap/Editor.html

index 8f7b7cb..bf82b2c 100644 (file)
                                         success : function(r)
                                         {
                                             var res = Roo.decode(r.responseText);
-
-                                            _this.explainationLogoPreview.el.attr('src', baseURL + '/Images/Thumb/250/' + res.data.id + '/' + res.data.filename);
-
-                                            _this.explainationLogoPreview.el.show();
+                                            Roo.log('upload completed');
+                                            Roo.log(res);
+//                                            _this.explainationLogoPreview.el.attr('src', baseURL + '/Images/Thumb/250/' + res.data.id + '/' + res.data.filename);
+//
+//                                            _this.explainationLogoPreview.el.show();
                                         }
                                     });
                                 }