Action::downloadURL does not download file (loads in-browser) #6299
-
Description:
Detailed steps to reproduce the issue on a fresh Nova installation:Add static action on any resource public function actions(Request $request): array
{
return [
Action::downloadURL('Download Image', 'http://laravel.test/test.png')->withoutConfirmation();
];
}I used |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
This functionality still depends on browser's default behavior. |
Beta Was this translation helpful? Give feedback.
-
This is not true. When Also I have no idea why this is converted to a discussion instead of an issue. Isn't the purpose of "downloadURL" to download? Or am I missing something? |
Beta Was this translation helpful? Give feedback.


There's another behavior that I had forgotten earlier. From: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a