kamez
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 all solve the problem? I use Nextjs and can't find any solutions.
@ashishBharadwaj It's not working with NextJS
Did you solve it? I had the same issue