I have a wordpress website which provides a download link to a word document. When user clicks on the download link in IE-9 a windows security pop up is shown to user. It works fine in all the other browsers.
I have done some search and found that it is due to some security settings in IE-9.
Is there any way I can overcome this setting because all the users will mostly have this security setting?
UPDATE This problem comes only if user selects open. If user selects save or save as option from the Save dialog it works fine.
This is the security pop up
This answer provides a server side fix, if you are running IIS. The issue is that the security popup appears when a user tries to open a Word document through IE9, rather than straight download it.
Credit goes to Stuart from the Moodle forums: https://moodle.org/mod/forum/discuss.php?d=143111
Resolved this. The Internet explorer does not handle word files properly so I implemented a PHP script for explicitly downloading the files and it worked