It looks like you're new here. If you want to get involved, click one of these buttons!
<script type="text/javascript">
function checkerr(event, ID, fileObj, errorObj) {
alert(errorObj.type+"::"+errorObj.info);
}
...
...,
'onError' : checkerr
});
});
</script>