I am creating a web application in ASP.NET MVC C # (including ajax / jquery) and must save the file locally to the client hard drive.
I have another application that will query the directory for new files, so it’s important that the files from the website fall into this place, so the “save as ...” display will not work.
What are my alternatives? (Unfortunately, I cannot rewrite this external application to work in any other way.) Should I write a web application in silverlight instead? Should I use an ActiveX object? ActiveX feels that way 1995, though .. Are there any other options now?
source
share