The error threw on xhr.sendAsBinary(builder).
The non English file cannot be sent by this function directly.
I tried to encode it into unicode or uri, but the content of file cannot be recognized as its own language.
I also tried to use xhr.send() instead, but I get the right filename and the mess up file content.
The error threw on xhr.sendAsBinary(builder). The non English file cannot be sent by this function directly. I tried to encode it into unicode or uri, but the content of file cannot be recognized as its own language. I also tried to use xhr.send() instead, but I get the right filename and the mess up file content.