UWVA#38253 Bij export naar Excel caching toch maar private (nodig voor IE8)
svn path=/Website/branches/v2016.2/; revision=31350
This commit is contained in:
@@ -164,6 +164,7 @@ FCLTHeader =
|
||||
{
|
||||
Response.ContentType = "application/vnd.ms-excel";
|
||||
Response.AddHeader ("content-disposition", "inline; filename=facilitor.xls");
|
||||
Response.CacheControl = "private"; // UWVA#38253 : Anders problemen met IE8
|
||||
%> <meta http-equiv="Content-Type" content="text/html;charset=<%=Response.Charset%>"><%
|
||||
return; // Excel is heel kaal
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user