I am doing file uploading. I have uploaded file successfully. In the front end I am accessing er_entity from the back end by using uploadComplete event of FileUploader. I have wriiten function as below :
fnUploadComplete : function(oData){
oData.getParameters().responseRaw;
}
by using above function I am getting response but how to extract structure data I am not getting.
Thank,