gpt4 book ai didi

angularjs - 在angularjs中将图像转换为base64

转载 作者:行者123 更新时间:2023-12-04 00:21:24 27 4
gpt4 key购买 nike

我有一个要求,用户将上传他们的图像,我必须将其转换为某些内容并将其发送到 .Net RESTful 服务。我是 angular js 的新手。有人可以帮忙吗

最佳答案

从这里回答 https://stackoverflow.com/a/24880314/625189

I would recommend you to use https://github.com/ninjatronic/angular-base64.

After following instructions for using this library, you can simply call:

var imageData=$base64.encode(image);

Don't forget to inject in your module:

.module('myApp', ['base64'])

关于angularjs - 在angularjs中将图像转换为base64,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26905381/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com