Hi,

We have an Intranet website where the users have to open a file (excel) from the network make changes and save the file back to the same location.

When I use Response.WriteFile(<filename>) it opens a local copy on the client system and to save it back we have to select save as and give the entire path.

Is there a way to directly open the file from the web page, make changes to the file and when we click on save it should save the file to the same location on the network.

I am using ASP.NET/VS 2003

Thanks
Monte