|
I'm writing a control that downloads a file to the user, using
Content-disposition:attachment;filename="Foo.bar.doc"
When the file downloads, IE opens it as Foo[1].bar.doc. Is there any way to
work around this behavior? The numbering of the files downloaded is sensitive
(for revision control), so it would be ideal to keep the name the same.
|