Link to home
Start Free TrialLog in
Avatar of jplack07
jplack07Flag for United States of America

asked on

File Download: Need system to prompt before opening

I have a user who is downloading a CSV file.  It needs to remain in its pure form and not be opened by MS Excel.  When she starts the download, her system automatically opens excel with the data.  The File Download dialog box does not appear.  She needs to be able to save the docuemnt without opening it.

Is this an IE setting that needs to be modified?
Avatar of yobri
yobri
Flag of United States of America image

Check this setting in IE:

Tools > Internet OptionsAdvanced tab > make sure Notify when downloads complete is checked under the Browsing section.
If you have control of the server where the file is dowloaded from, add the following line to your .htaccess file

AddType application/octet-stream .csv

Open in new window


That line will FORCE the dialog to appear.
Avatar of jplack07

ASKER

I don't have control of the server.  

The IE tools setting was already at Notify...

When I am logged in as admin to that same machine, I receive the desired prompt
de-associate the file extension *.csv from excel
I did that...  No luck.
ASKER CERTIFIED SOLUTION
Avatar of yobri
yobri
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
^ I meant to bold XLS up there as it is pertinent to the fix.
Avatar of Paul Sauvé
Have you tried: Right click the file and select Save as.