【发布时间】:2012-11-27 01:27:08
【问题描述】:
有没有办法通过“文件实体”/“文件实体内联”支持进行多文件上传?
【问题讨论】:
标签: drupal-7 filefield multifile-uploader
有没有办法通过“文件实体”/“文件实体内联”支持进行多文件上传?
【问题讨论】:
标签: drupal-7 filefield multifile-uploader
是的,你可以 http://drupal.org/sandbox/fangel/1652676 媒体多选模块 媒体 2.x-dev file_entity-2.x-dev http://drupal.org/project/plupload http://drupal.org/project/multiform
注意:这不使用 file_entity_inline 组合,但每个文件旁边都会有一个编辑按钮。
【讨论】:
据我所知,开箱即用的 Drupal 中不支持多次上传。但是有几个提供该功能的贡献模块 - 查看此比较列表:Multiple file upload for node。
对于图像,我使用Plup 模块,它工作得很好。
【讨论】: