M
ML
I have an ASP.NET component for listing files for download. If the file has
multipart extension such as "file.abc.def" when the link is clicked to
download the file IE renames it to "file[1].abc.def" If the file just has a
normal extension all is fine.
I had this same issue with old ASP so I think its more IE related than ASP
itself. Any ideas on how to force IE to keep the proper name via ASP.NET??
multipart extension such as "file.abc.def" when the link is clicked to
download the file IE renames it to "file[1].abc.def" If the file just has a
normal extension all is fine.
I had this same issue with old ASP so I think its more IE related than ASP
itself. Any ideas on how to force IE to keep the proper name via ASP.NET??