And which should be those settings that all the page visitors should look for?
Thanks.
Octavian
- Original Message -
From: "Mohit Anchlia" <[EMAIL PROTECTED]>
To:
Sent: Monday, June 16, 2008 2:42 AM
Subject: Re: [EMAIL PROTECTED] Downloading a CSV file
> Looks li
Looks like you need to look for some settings on the browser.
On Sat, Jun 14, 2008 at 5:24 AM, Octavian Rasnita <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> I've made a program that creates a .csv file and offer it for downloading.
>
> If a user uses Internet Explorer 6 to download the file and it choose
Doug McNutt wrote:
At 14:55 +0200 6/14/08, André Warnier wrote:
And, by the way, your HTTP headers above are absolutely correct as per the specs, if you
want the file to be downloaded, and the "suggested" file name to be what you
indicate.
It's just that IE doesn't care, and has its own idea
At 14:55 +0200 6/14/08, André Warnier wrote:
>
>And, by the way, your HTTP headers above are absolutely correct as per the
>specs, if you want the file to be downloaded, and the "suggested" file name to
>be what you indicate.
>It's just that IE doesn't care, and has its own ideas about this.
>
A
Octavian Rasnita wrote:
Hi,
Content-Type: text/csv
Content-Disposition: attachment;filename="REGS--2008-06-13.csv"
And, by the way, your HTTP headers above are absolutely correct as per
the specs, if you want the file to be downloaded, and the "suggested"
file name to be what you indicate.
Hi.
I suggest that you first make the following search in Google :
ie +"mime type"
and then read some.
It will tell you what you are up against.
In summary :
The behaviour of various versions and sub-versions of Internet Explorer
with respect to files received from a HTTP server, is variable, e
Hi,
I've made a program that creates a .csv file and offer it for downloading.
If a user uses Internet Explorer 6 to download the file and it chooses to
right-click then "Save as..." from the context menu, the file is downloaded
right.
But if the user just clicks or hits enter on the link fo