Upload multiple files in Drupal 7

纵然是瞬间 提交于 2019-12-04 18:52:45

问题


The Image Field only allows one file at a time to be uploaded. Is there a module that enables multi-upload in Drupal 7?


回答1:


Comparation of upload modules: http://groups.drupal.org/node/155764

I use this modules: Multiupload Filefield Widget

and for images Multiupload Imagefield Widget




回答2:


If you just want to upload multiple files per node, you can edit the image field settings to allow that. Go to Home » Administration » Structure » Content types » [Content type] » Manage fields then edit the Image field.

If you want to upload multiple files at once, it looks like Plupload is your only real option. Or you could use FileField Sources to attach images that have been uploaded via FTP.




回答3:


You may try File Resumable Upload https://www.drupal.org/project/file_resup

File Resumable Upload aka file_resup adds large files multiple and resumable upload to the File and Image field widgets.




回答4:


You can use this modules : http://drupal.org/project/multiupload_filefield_widget

Or also http://drupal.org/project/custom_add_another.



来源:https://stackoverflow.com/questions/7206531/upload-multiple-files-in-drupal-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!