In my application i am downloading a file for the user when he click on the download button and i am able to download it in the users browser.
But what i want is i want to download the file in the specific location in the user system which should we have the access. when user do the changes and closes and click on upload button then the changes file should be saved to the server disk. How can i do this in asp.net mvc
.
Is there any access to any folder in the client machine, so that we can access that folder and we can save that folder content in the server machine
Regards,
When browser is about to download the file, it will ask user to specify the location and default location will be set to the downloads folder.
One suggestion is to download file in downloads folder.
Below is the code to get the path of the downloads folder :