标签: javascript angular ionic2 ionic3
我想将任何dataurl(file / image / pdf any)转换为base 64 这是我的ts文件函数,它打开任何文件并获取文件URL
<button ion-button secondary (click)='fnOpenFile()'>Choose File</button>
这是我的html文件
{{1}}
我成功打开文件,但现在我想将该文件转换为base64
答案 0 :(得分:1)
此插件转换为base64, https://ionicframework.com/docs/native/base64/