I’ve created a word document generator in C sharp and I want that generated word document to be save in a specific place in the client. I’m looking for a similar functionality like FolderBrowserDialog in Windows Form. I’m using ASP.Net and I tried may solutions but still no luck. Anyone can help me.
Share
try to use the HttpResponse in behind’s code:
like:
This section of code will prompt the user to save the specified file on a certain location on his machine.
Hope this is clear.