download the file with export action

I am trying to use "export action" to export a certain table to an excel file. I have three problems: 1. after click on the button, I receive a notification that the export has started but I do not receive a notification that it has finished. 2. In the export folder, I do see the file being exported but I did not understand where it is downloaded from. 3. What I want to happen is that the file is just downloaded to the user and that's it. No need to store it in storage. How can this be done?
1 Reply
ramclospapp
ramclospapp4mo ago
I found the answer on GitHub, thanks to Professor93M https://github.com/filamentphp/filament/discussions/10936
GitHub
Export Action - Download file · filamentphp filament · Discussion #...
I'm trying to download the exported CSV file. How to download the exported file after action is completed and remove the file from disk or store the temporary file and download it. Thanks.