You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2022. It is now read-only.
Hi
I am getting this error "abc.js, Uncaught TypeError: Illegal invocation" on this line "fileReader.readAsArrayBuffer(slicer.call(file, start, end));",
code:
.
.
.
$scope.hashFile = function () {
fileMd5Service.md5($rootScope.fileObj)
.progress(function (stats) {
console.log('Hashed ' + stats.loaded + ' B out of ' + stats.total + ' B');
})
.error(function (error) {
console.log('Error calculating md5: %o', error);
}).success(function (md5sum) {
console.log('MD5 for ' + $rootScope.fileName + ' is ' + md5sum);
});
};
Please Help, Thanks
The text was updated successfully, but these errors were encountered:
Hi
I am getting this error
"abc.js, Uncaught TypeError: Illegal invocation"
on this line"fileReader.readAsArrayBuffer(slicer.call(file, start, end));"
,code:
Please Help, Thanks
The text was updated successfully, but these errors were encountered: