examples:builder:multi_attachment

This is an old revision of the document!


Back to Start Page

Multiple media/file attachment: attachMany

With the attachMany function multiple files like images, movies or documents can be attached to a record of a database table. Media attachments are using built-in relations of OctoberCMS. So it is very easy to implement them.

Todo Cheat Sheet

  • Add code to model: public $attachMany = ['yourFieldName' ⇒ ['System\Models\File', 'public' ⇒ false]];
  • Add new file upload widget to the backend form with 'yourFieldName' as field name
  • Set at least allowed file extensions, width and height of image (if image files)

This is what a record with an attached file - an image in this case - will look like. See images at the right 'PageViews'.

[image]