适用于各种文件类型、doc、dwg、图像的在线编辑器
我的服务器上有一个包含各种文件类型的媒体存档。如果用户想要更新该文件,他必须将该文件下载到本地计算机,使用桌面软件(Word、AutoCAD 等)对其进行编辑,然后重新上传该文件。这对我的用户来说有点痛苦。过去有没有人遇到过这个问题并解决过。我知道使用 samba,但这并不是我想要的。是否有任何工具可以帮助我编辑服务器上的文件?我的想法有点像 Google Docs 之类的东西,你的文件实际上位于 Googleland 的某个地方,但你可以在浏览器中访问和编辑它。我想要编辑的文件是:
.doc
.dwg
(AutoCAD).jpg
(有没有好的图像编辑客户端? )
我选择的语言是 PHP,但如果有必要的话我真的可以做任何事情。
最重要的是我有一个文档,例如,在我的服务器上的某个目录中。我希望用户编辑该文档的内容,并将其替换到位,尽可能减少用户的麻烦。
I have a media archive with various file types on my server. If a user wants to update that file, he has to download the file to his local machine, edit it with his desktop software (Word, AutoCAD, etc), then reupload the file. It's kind of a pain for my users. Has anybody run into this problem and solved it in the past. I'm aware of using samba, but that's not exactly what i want. Are there any tools out there that can help me edit files that are on a server? I'm thinking kind of like a Google Docs kind of thing, your file actually sits somewhere in Googleland, but you can access and edit it in your browser. The files I would want to edit are:
.doc
.dwg
(AutoCAD).jpg
(is there a good image editing client out there?)
My language of choice is PHP, but I can do anything really if I have to.
The bottom line is I have a doc, for example, on my server in some directory. I want the user to edit the content of that doc and have it be replaced in place with as minimal hassle on the user as possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在线图像编辑器是最容易找到的,也是最丰富的。您可以推出自己的半成品版本或使用 Aviary 等 API 之一。
Google 文档对于业务方面非常有用(Excel、电子邮件、多人同时工作的 Word 文档)。
Online image editors are the easiest and most plentiful to find. You can roll your own half-baked version or use one of the API's like Aviary.
Google documents is very nice for the business side of things (Excel, Email, Word documents with multiple people working at a time).