Another way to convert form file to Base64 is to call reader.readAsBinaryString(blob) and use btoa(reader.result) to get the Base64 string. However, this method ...
確定! 回上一頁