开发者

Upload multiple files in Drupal 7

开发者 https://www.devze.com 2023-03-30 20:12 出处:网络
The Image Field only allows one file at a time to be up开发者_StackOverflowloaded. Is there a module that enables multi-upload in Drupal 7?Comparation of upload modules:

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


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

I use this modules: Multiupload Filefield Widget

and for images Multiupload Imagefield Widget


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.


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.


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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消