Tag: image upload

  • Drupal 8 – How to enable multi image upload

    One of the great things about Drupal 8 is that it has multi-image uploading capabilities built-in, unlike Drupal 7. By default, however, it’s a single image at a time.

     

    To enable multiple image upload for articles, for example, navigate to:

     

    siteurl/admin/structure/types/manage/article/fields

     

    Drupal 8 - Enabling Multiple Image Uploads

    Click “edit” next to the Image field type, and you’re taken to:

     

    Screen Shot 2015-11-19 at 3.27.02 PM

    Click on “Field Settings” and scroll down until you see:

     

    Screen Shot 2015-11-19 at 3.27.54 PM

    Set to “unlimited” as in the above image, save, and you should be good to go!