I have a web site with download links. Downloads are segregated according to different file types. Files of a file type are grouped together and are displayed in a drop down list box. User selects the file required and then hits go and the file downloads.
For ex. The first drop down contains all gif’s, the next drop down all jpges….
One such drop down contains IGES(Initial Graphics Exchange Specification) files with extension .igs
When users try to download these .IGS files and they do not have a MIME type associated with this file, they should be prompted to download the file. Instead however the text version of the file is displayed. This happens only for users using IE (either 5.5 or 6.0, no information about other IE versions). It does not happen when users using NN. The other funny thing is it happens only when the files in question are on a NAS device. If I move the files over to some regular server using Win2k, it works just fine.
All other file extensions work just fine. Right clicking and choosing ‘Save As’ is not an option as this doesn’t work because of the javascript associated with clicking the ‘go’ button.
Does any one have any idea? Any help would be appreciated. Thanks in advance.
For ex. The first drop down contains all gif’s, the next drop down all jpges….
One such drop down contains IGES(Initial Graphics Exchange Specification) files with extension .igs
When users try to download these .IGS files and they do not have a MIME type associated with this file, they should be prompted to download the file. Instead however the text version of the file is displayed. This happens only for users using IE (either 5.5 or 6.0, no information about other IE versions). It does not happen when users using NN. The other funny thing is it happens only when the files in question are on a NAS device. If I move the files over to some regular server using Win2k, it works just fine.
All other file extensions work just fine. Right clicking and choosing ‘Save As’ is not an option as this doesn’t work because of the javascript associated with clicking the ‘go’ button.
Does any one have any idea? Any help would be appreciated. Thanks in advance.