I want to save zip archive from server to user computer. I have web page that shows some information about this file and has a download button. In my controller action on button simply redirect on homepage but I want to get data from database and save it to user machine with path is defined by user
The issue is that I don't know how I can get this path. Could you give me an example how I can do that?