From: Alan Knowles Date: Mon, 13 Sep 2010 04:57:36 +0000 (+0800) Subject: Pman.Request.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=257ddb97d208a0083b4531605c08590c944b1901 Pman.Request.js --- diff --git a/Pman.Request.js b/Pman.Request.js index 80d97bd7..38a35ef6 100644 --- a/Pman.Request.js +++ b/Pman.Request.js @@ -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 () {