James Cicenia wrote on 4/3/06 10:07 AM:
I am thinking it has to do with how I am setting mimetypes, etc.???
Other sites seem to work properly.
Here is my simple piece of code:
response.setHeader("application/vnd.ms-excel", "Content-Type");
response.setHeader(theDocumentItem.projectDocumentObjec
Hi James,
Try these changes:
// Set headers for browser to save instead of displaying
aResponse.setHeader( "application/octet-stream", "content-
type" );
// Set the default save as name and mark as an attachment
String contentDisposition = "attachment;filename=\
I am thinking it has to do with how I am setting mimetypes, etc.???
Other sites seem to work properly.
Here is my simple piece of code:
response.setHeader("application/vnd.ms-excel",
"Content-Type");
response.setHeader(theDocumentItem.projectDocumentObject
().docume
Am 03.04.2006 4:38 Uhr schrieb "James Cicenia" unter <[EMAIL PROTECTED]>:
> Hello -
>
> Anyone knows why IE brings up a viewer vs. the regular Microsoft
> Application?
> In other words instead of downloading the file and launching EXCEL it
> brings
> up the EXCEL viewer instead.
>
> - James Cice
Hello -
Anyone knows why IE brings up a viewer vs. the regular Microsoft
Application?
In other words instead of downloading the file and launching EXCEL it
brings
up the EXCEL viewer instead.
- James Cicenia
___
Do not post admin requests to the l