Problem with front end download

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:

Screenshot 2024-10-10 at 09.09.48

The file is in the /public/uploads folder.

Thank you :slight_smile:

I have now created an API with a serverconnect that is triggered on success of another API, it works but no download process is happening

Screenshot 2024-10-10 at 09.23.23