in reply to Content-Disposition... odd behavior in IE
You really should include the name of the file you are trying to open in the error message you output. I bet you are trying to open
C:\Documents
instead of
C:\Documents and Settings\...\big-test[1].csv
I changed .csv to .txt (since .csv isn't associated with anything on my machine) and it works fine for me in IE6. Are you sure your association is correct? Note the quotes around the %1:
"C:\Program Files\editor\editor.exe" "%1"
|
---|