小编Mai*_*nau的帖子

如何使用ng2-file-upload在base64中发送图像?

标题是我的问题,我该如何使用base64发送图像ng2-file-upload

我在Angular 4中的代码:

public uploader: FileUploader = new FileUploader({
   url: URL,
   allowedMimeType: ['application/pdf', 'image/jpeg', 'image/png'],
   maxFileSize: 10 * 1024 * 1024, // 10 MB
   queueLimit: 3,
   disableMultipart: true,
});
Run Code Online (Sandbox Code Playgroud)

base64 ng2-file-upload angular

1
推荐指数
1
解决办法
2027
查看次数

标签 统计

angular ×1

base64 ×1

ng2-file-upload ×1