I have the following very simple A4D file. The file works correctly
everywhere but Internet Explorer when this file is served from a
secure server. The file is called a.a4d and is in the web root.
<%
set response header("Content-type:";"Application/octet-stream")
set response header("Content-Disposition:";"attachment;
filename=test.txt")
write("Hello World Test")
%>
Internet Explorer asks me what I want to do: Open Save Cancel, I
respond Save
The error is:
IE cannot download a.a4d from as.clifftracking.com.
IE was not able to open this Internet site. The requested site is
either unavailable or cannot be found. Please try again later.
If I use FireFox or Mozilla, I end up with a file saved to my
computer with the correct text. If I use a non-secure server, the
correct file is saved.
Is there another response header I need for Internet Explorer when
using a secure server?
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/