save word document from IE

  • Thread starter Thread starter kmercer46
  • Start date Start date
K

kmercer46

i need to open an existing word document from my asp.net page, i used
the code

Response.contenttype="appliaction/msword"

i opens the document in the IE, when i made changes to that document in
the IE i canot able to save the changes, the save button is not
working, instead saveas option is available, i need the save button to
be worked, help me

thanks
 
Not sure if you hope that you can save your Word file back on the
server, but that doesn't work. Not sure maybe with Sharepoint or so,
but not in a normal IIS configuration.
So, the only thing you can do is save it on the client and since you
need to specify where you wanna save the file, only the SaveAs button
is enabled.
Why is that a problem?

Remy Blaettler
 
Back
Top