打开远程文档并保存回远程服务器

发布于 2024-09-26 09:15:32 字数 378 浏览 1 评论 0原文

我为我的办公室编写了一个在服务器上运行的网络应用程序。我们所有的文档也都在服务器上。我希望能够让用户通过我的网络应用程序浏览服务器上的文件夹,在编辑器(在线或桌面)中打开它,能够编辑它并将其保存回服务器的位置被打开。

我一直在研究 Google 文档,但它无法将编辑器嵌入到 Google 文档网站之外。

我也一直在研究 MS Office Web 应用程序,但这需要很多先决条件,而且价格相当昂贵(每个许可证 370 美元,这意味着我必须花费大约 1 万美元才能让我的员工打开、编辑和保存通过我的网络应用程序查看文档)。

是否有可能在Word中打开远程文件并能够单击“保存”并将其保存回该远程位置?或者有其他解决方案可以解决这个问题吗?我相信很多人都遇到过这个问题,并且有很多方法可以解决它。

I have programmed a web app for my office that runs on the server. All of our documents are on the server as well. I would like to be able to have the user browse a folder on the server through my web app, open it in an editor (online or desktop), be able to edit it and save it back to the server, in the location where it was opened from.

I've been looking into Google Docs, but that doesn't have the ability to embed the editor outside of the google docs site.

I have also been looking into MS Office web apps but that required a lot of prerequisites and it's pretty pricey ($370 per license, which mean I'd have to spend around $10k just to be able to have my employees open, edit and save docs through my web app).

Is there any possibility of opening a remote file in word and being able to click "save" and have it save it back to that remote location? Or is there any other solutions to this problem? I'm sure many have come across this issue and there are lots of ways to approach it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

眸中客 2024-10-03 09:15:32

WebDAV 非常值得一看;它的优点是可以集成到 Word 文件打开/保存对话框中。您可以使用 Windows 内置的或 Office 附带的各种版本的 WebDAV(注意:这些版本不同),或者如果您不能容忍 Microsoft 实现的缺陷,您也可以使用第 3 方提供商。

您还可以考虑 Sharepoint 协议,它体现在 Word 的文档工作区功能中。您不一定需要在服务器上运行 Sharepoint;例如,Alfresco 有一个“刚好足够”的协议实现。

最后是CMIS;但据我所知,Office 没有 CMIS 客户端。

请参阅类似的保存并打开远程文档

WebDAV is well worth looking at; it has the advantage of integration into the Word File Open/Save dialogs. You can use the various versions of WebDAV built into Windows or which come with Office (note: these are not the same), or you can use a 3rd party provider if the deficiencies of the Microsoft implementations aren't tolerable for you.

You could also consider the Sharepoint Protocol, which is manifested in Word's document workspace feature. You don't necessarily need to run Sharepoint on the server; Alfresco for example has a "just enough" implementation of the protocol.

Finally, there is CMIS; but AFAIK there isn't a CMIS client for Office.

See similar Save and Open Remote Documents

裸钻 2024-10-03 09:15:32

您需要让您的服务器实现 WebDAV 协议。这是相当明确的定义,但确实需要做很多工作才能正确。

You would need to have your server implement the WebDAV protocol. This is fairly well defined but does take a lot of work to get right.

蹲在坟头点根烟 2024-10-03 09:15:32

Sharepoint 提供了此功能,但我感觉它太贵了。 Microsoft 提供了 http://www.officelive.com/en-us/,这可能是为您想要实现的目标提供经济实惠的解决方案。

Sharepoint offers this functionality but I have a feeling it is way too expensive. Microsoft offers http://www.officelive.com/en-us/ which might be an affordable solution for what you are trying to accomplish.

你对谁都笑 2024-10-03 09:15:32

Sense/Net 6 Community 或 Enterprise 版本为这个问题提供了很好的解决方案。它有一个完整的文档存储/库,与 MS Office 2007 和 2010 完全集成(使用与基于 WebDAV 的 Sharepoint 相同的 Office 协议)。

欲了解更多详情,请参阅:
Sense/Net 网站

从 Microsoft Office 管理 Sense/Net 6 中的 Office 文档

Sense/Net 6 Community or Enterprise versions provide a good solution for this issue. It has a complete document store/library that is fully itegrated with MS Office 2007 and 2010 (uses the same Office Protocol as Sharepoint which is based on WebDAV).

For more details see:
Sense/Net website

Managing Office Documents in Sense/Net 6 from Microsoft Office

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文