Replies: 3 comments 1 reply
-
We don't autogenerated file names, we just add the name you give use to the download headers, so it must be something in your own application logic that causes that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hmm, I wonder what it could possibly be. |
Beta Was this translation helpful? Give feedback.
0 replies
-
What's interesting is, I just checked the Response Headers for the network request, and it has the correct filename: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an Excel export working, but I'm not getting the specified file name when it's downloaded.
My call to download is:
return (new InvoicesExport)->download('invoices.xlsx');
But when I get the save file download window, I get a name like:
2022-11-09-pageName-report.xlsx
Any idea what I might be doing wrong?
Thanks, Dan
Beta Was this translation helpful? Give feedback.
All reactions