Author: tali tsarfati
Short Link:http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:57423#311708
Hi,
I saw this issue was mentioned before, but there was not answered
I use IE7 and trying to create and download excel file
response.setContentType("application/vnd.ms-excel");
response.setHeader("Content-disposition","attachment; filename=Book.xls");
I get a yellow bar "To help protect your security, IE has blocked this site from
downloading files..." but when I click the yellow bar and select "Download File",
nothing happens
Even second attempt does not work
Any ideas?
Tali