Pman.Request.js
[Pman.Core] / Pman.Request.js
index 80d97bd..38a35ef 100644 (file)
@@ -8,8 +8,10 @@
 var t = new Pman.Request({
     url: baseURL + '/Images/Download/0/myfile.jpg',
     params: { .... },
-    success : function(data) {
-        
+    success : function(res) {
+        Roo.log(res.data);
+        Roo.log(res.total);
+        ....
     },
     failure : function () {