使用图像文件,我正在获取图像的url,需要将其发送到Web服务。从那里开始,图像必须本地保存在我的系统上。
我正在使用的代码:
var imagepath = $("#imageid").val();// from this getting the path of the selected image
that var st = imagepath.replace(data:image/png or jpg; base64"/"");
如何将图片网址转换为BASE64?
千巷猫影
相关分类