How can I upload multiple files with drupal 7?

微笑、不失礼 提交于 2019-12-04 19:36:18

check out the new ajax system, it's pretty easy to implement, it should allow you to trigger an ajax callback once the file has been selected to add additional file fields to the form dynamically, just google "drupal 7 ajax" and you'll find dozens of examples

have you checked to see if this is what you need? http://drupal.org/project/multiupload_filefield_widget

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