Good day,
at the moment I use a modal to inform the user that the download starting soon, but it is at the moment "pointless" because the modal shows up the moment the download starts.
May it help to see what I mean here:
https://syntafin.de/s/7WaMD
When a user press download, the image will be processed and then send to the user.
At first I set the value for the modal inside the function that generates the image, but even if I seperate them, and call the function then, it shows up when the image is send to the user.
What I tried is to use wire:init inside the modal, but this will be executed on load, what means every time a user opens an image, they will get a file download.
Anyone here an idea how I can solve this?
?
thx