wordpress,外部 URL 的下载管理器
我正在为我的一位客户开发在线文件库。它是一个主要包含 PDF 和 Office 文档的库。因为它们的数量很大(文件中几乎有 2GB),所以我将它们托管在另一个站点(divshare)上,这样我们拥有的托管帐户就不会因为文件过多而被阻止,也不会因为下载流量过多而被阻止可以生成。
所以,我的问题是是否有一个好的下载管理器(即使有一些下载类别的搜索等)可以处理其他地方托管的文件的 URL,而不是本地上传的文件?
非常感谢有关任何插件等的建议。
I'm working on a online file library for one of my clients. It's a library for mostly PDFs and office documents. Because they are a huge amount(almost 2gb in files), I'm hosting them on another site(divshare), so that the hosting account we have doesn't get blocked by the excess of files, and also because of excess traffic downloading can generate.
So, my question is if there is a good download manager(even with some search for download categories and so) that can handle instead of local uploaded files, URLs of files hosted somewhere else?
The advice about any plugin or the like is very appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你问如何编写这样的管理器,对吗?否则,你就在错误的网站上...
我认为你需要制作一种文件管理器,只不过它不是生成 HTML 页面来查看文件并对它们进行操作,而是公开一个 Web API,返回 XML 或 Json 数据,WordPress 插件可以管理。
You ask how to code such manager, right? Otherwise, your are on the wrong site...
I think you need to make a kind of file manager, except that instead of generating HTML pages to view the files and act on them, it exposes a Web API, returning XML or Json data, that a WordPress plugin can manage.
来自 Divshare:
可以在这里找到:http://www.divshare.com/integrate
祝你好运!
马塞卢斯
From Divshare:
It can be found here: http://www.divshare.com/integrate
Good Luck!
Marcelous