Download a JSON file #2050
Answered
by
jefhar
fnagel
asked this question in
Help (React)
Download a JSON file
#2050
-
Can somebody help me on how to download a file? In my case a JSON file? My current code (which will only do a redirect): Any advise what is the proper solution here? |
Beta Was this translation helpful? Give feedback.
Answered by
jefhar
Oct 21, 2024
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
fnagel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<a target="_blank" download href={route('project.export', project.id, true)}>Export</a>