How Can I Get The User Response Regarding Savefiledialog In Javascript?
The following code is implemented in Page_Load event to show SaveFileDialog to the user string targetFileName = Request.PhysicalApplicationPath + 'Reports\\TempReports\\FolderMaste
Solution 1:
You can't get the user response to SaveFileDialog as all file-events have been blocked for browser-javascript as it could be a very big security-hole ...
Post a Comment for "How Can I Get The User Response Regarding Savefiledialog In Javascript?"