标签: image upload base64 reduce image-size
我的图片来自html input type= "File"
input type= "File"
使用javascript函数对文件进行base64转换 btoa(file)然后将请求发送到Google驱动器。
javascript
btoa(file)
先谢谢