Re: Download File Question for IE

2006-04-03 Thread Zak Burke
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

Re: Download File Question for IE

2006-04-03 Thread Kieran Kelleher
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=\

Re: Download File Question for IE

2006-04-03 Thread James Cicenia
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

Re: Download File Question for IE

2006-04-03 Thread Wolfram Stebel
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

Download File Question for IE

2006-04-02 Thread James Cicenia
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