I need to open an "Save As" dialog box where the user clicks on a link in the browser. The save as dialog needs to display the client system folder structure (Dialog similar to save as in word, excel, etc)
I did refer some similar question related to it. But often the downloaded file gets save in the Download path set by the client.
I don't want to use ActiveX control and looking to do the same using Javascript
Is it possible to open a "Save as" dialog using javascript and save the download file to that specific path in the local client system.?
If this is not possible, which most of the article has pointed out. They state that its not possible due to security. But they don't clearly point the reason (what is the security problem that would arise by doing so, If there is a restriction to browsers to not perform such operation etc.,)