我正在使用uploadify:http://www.uploadify.com/
并有一个onComplete:
onComplete: function(response) {
alert(response);
},
我的服务器正在发送回album_id。。。我如何在响应中访问它?
谢谢
更新
onComplete: function(response) {
jsonObject = jQuery.parseJSON(response.response);
alert (jsonObject);
alert(jsonObject.album_id);
},
两个警报都不运行?
UPDATE 2 RAils code that is sending back the JSON? Maybe this is the issue?
渲染:json=>;{:结果=>;成功,:白蛋白_id=>!31313113}