I believe the response sent back is:
function UploadComplete(event, queueID, fileObj, response, data) { }
Response would obviously be whatever you're returning. In my case it was a flickrphotoID because my uploadify script was uploading the file to Flickr then waiting for the ID.
If your response is a json object, then you'll need to parse it out.
Jack Marchetti
2010-10-25 00:09:36