It looks like you're new here. If you want to get involved, click one of these buttons!
{\"status\":\"OK\", \"filename\":\"myfile.jpeg\", \"username\":\"foofoofoo\"}Array{\"status\":\"OK\", \"filename\":\"myfile.jpeg\", \"username\":\"foofoofoo\"}response = response.substring(5);
{\"Success\" : true, \"Message\" : 'Error processing file.'}\"{\"Success\" : true, \"Message\" : 'Error processing file.'}\"
{\"Success\":false, \"Message\":'error message'}
\"{\"Success\":false, \"Message\":'error message'}\"
onComplete: function(event, ID, fileObj, response, data){
var data = $.parseJSON(response);
if (data.type == 'notification') {
alert('Do something');
}
},