Drupal 使用 drupal_execute 创建有机组
我正在尝试以编程方式创建一个节点,并使用 Filefield 模块从远程 url 上传文件。
节点已正确创建,但我无法使远程 URL 上传正常工作。
有人有这方面的经验吗?
I'm trying to create a node programatically and use the Filefield Module to upload a file from a remote url.
The node is being created properly but I can't get the remote url upload working.
Anyone have any experience with this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在与模块的维护者交谈后,实际上可以从模块中复制代码。处理远程 url 的代码大约有 30 行。一旦你有了它,你就可以将结果文件传递到一个数组中,并让 filefield 处理其余的事情。
After speaking with the maintainer of the module the code can actually be copied from the module. It's around 30 lines that deals with the remote url. Once you have that then you can just pass the resulting file into an array and let filefield deal with the rest.