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
when i use it to download txt File,i found that in the onprogress callback has question:
fileTransfer.onprogress = function(progress) {
//the progress.total sometimes may be wrong; i try it 10 times ,it is wrong 5~6 times
console.log(progress.total);
}
Txt has the four encode format :ANSI ,unicode ,unicode big endian and utf-8 , i try it with different
encode , but it shows Irregular.
The text was updated successfully, but these errors were encountered:
when i use it to download txt File,i found that in the onprogress callback has question:
Txt has the four encode format :ANSI ,unicode ,unicode big endian and utf-8 , i try it with different
encode , but it shows Irregular.
The text was updated successfully, but these errors were encountered: