Live Chat Icon For mobile
Live Chat Icon

How to save a file in the client machine

Platform: ASP.NET| Category: Files

The browser will not allow you to save a file directly to a client machine. You could however do a Response.Redirect(‘http://server/filename’); which would send the file back to the browser, at which point the user would be prompted to save / open the file.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.