tags:

views:

21

answers:

1

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 http://stackoverflow.com/questions/3889521/response-addheadercontent-disposition-not-opening-file-in-ie6

A: 

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

deepu