Results 4 comments of kamez

> imageUpload: { class: ImageTool, config: { uploader: { uploadByFile(file) { const data = new FormData(); data.append('file', file); return UtilityService.createFileUpload(data).then((res) => { return { success: 1, file: { url: env.FILE_URL+res.data.data.PATH,...

Did you solve it? I had the same issue