I've read all the threads on file downloading in IE, and my headers are set properly. the problem is, IE 5.5 has a bug that causes the Content-Disposition header to not work properly, and thus causes the browser to try to download the current page, and not the file linked. (this is documented by microsoft).
does anyone know of a workaround for this? I'm trying to allow download of plain text files, and they must be downloaded in one step, viewing and saving isn't an option in this case.
thanks!