readAsDataURL (file); reader.onload = function () { }; reader.onerror = function (error) { }; }. Then, I would like to take the base64 encoded string and ...
確定! 回上一頁