Re: Hosting a Word Doc in a Web Form,and saving the results on the server
From: Paul Louth (NOSPAM_at_NO.COM)
Date: 01/14/05
- Next message: dw: "Re: Help! Can't create ASP.NET project"
- Previous message: MWells: "Re: Deny access to htm files"
- In reply to: Kevin Spencer: "Re: Hosting a Word Doc in a Web Form,and saving the results on the server"
- Next in thread: John Timney \(ASP.NET MVP\): "Re: Hosting a Word Doc in a Web Form,and saving the results on the server"
- Reply: John Timney \(ASP.NET MVP\): "Re: Hosting a Word Doc in a Web Form,and saving the results on the server"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 Jan 2005 18:21:02 -0000
Sorry, yes I understand that, just realised my terminology was all over the
place there. Effectively I want the file served to the client, then I want
to watch that file on the client side to find out whether the user saved or
not, and if they did push the file back to the server for storage.
I will look into the Sharepoint Portal Server. Thanks,
Paul
"Kevin Spencer" <kevin@DIESPAMMERSDIEtakempis.com> wrote in message
news:O0LlLQm%23EHA.2156@TK2MSFTNGP10.phx.gbl...
> Hi Paul,
>
> You must understand that a web server doesn't serve files. It serves
COPIES
> of files. So, you can't open a file from the web server, edit it on the
> client, and then save it back to the server. What you need to do is to
give
> the client a copy of the file, allow them to edit the copy in Word, and
then
> upload it to the server. This is tricky, as it will require some
client-side
> object(s) to achieve. You might want to take a look at how Sharepoint
Portal
> Server does it. Your solution will have to lie along similar lines.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> Neither a follower nor a lender be.
- Next message: dw: "Re: Help! Can't create ASP.NET project"
- Previous message: MWells: "Re: Deny access to htm files"
- In reply to: Kevin Spencer: "Re: Hosting a Word Doc in a Web Form,and saving the results on the server"
- Next in thread: John Timney \(ASP.NET MVP\): "Re: Hosting a Word Doc in a Web Form,and saving the results on the server"
- Reply: John Timney \(ASP.NET MVP\): "Re: Hosting a Word Doc in a Web Form,and saving the results on the server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|