Hello,
Quick question about downloads:
I am making an app that takes a picture using the webcam, extracts the text from it and at the end should allow to download it.
I have added a download to my page, that is triggered after an api call :
<dmx-download id="dl_img" dmx-bind:url="'/uploads/'+save_to_sheet.data.imageFile"></dmx-download>
it works except that the i get this:
The file is in the /public/uploads folder.
Thank you