KF
Size: a a a
KF
KF
ML
NS
DN
var f = document.getElementById('file').files[0],
r = new FileReader();
r.onloadend = function(e) {
var data = e.target.result;
//send your binary data via $http or $resource or do anything else with it
}
r.readAsBinaryString(f);
A
A
DN
A
DN
A
A
VS
IK
A
VS
IK
IK
IK
VS