0

i have used a code to download file it works well in IE7,, but in IE6 when i try to open the file (from open/save dialog box) its showing

"The file could not be found.

Try one or more of the following:

  • Check the spelling of the name of the document.

  • Try a different file name.

(C:...\test[1].doc)"

The code i used is mention in this question i asked earlier Response.AddHeader("Content-Disposition") not opening file in IE6

Community
  • 1
  • 1
deepu
  • 1,993
  • 6
  • 42
  • 64

1 Answers1

0

Need to Read and write content using use Response.BinaryWrite(Content) in order to download/open file in IE 6

deepu
  • 1,993
  • 6
  • 42
  • 64