I\'ve integrated JQuery File Upload into a Java Spring application. The returned JSON is generated from an array of Picture, where Picture contains \"name\", \"size\", \"url\",
done: function (e, data){ var files = data.jqXHR.responseJSON.files; console.log(files); }),
Each "files" object can have an error var you can work with, like user stivlo said.