What problem would you like to solve?
It's a little bit of a hassle when you want to show off multiple images to create multiple topics, or 1 topic and then a comment with additional images.
This change should allow users to upload multiple images to their topics.
Additional context
- The file upload we have now does not support multiple uploads, this would also have to be made (it currently extends from Symfony's filetype, which does have a multiple option, we just ignore it atm..),
- The forum/topic entities have already been modified to allow multiple images, it's just not possible to input/display right now,
- The images should be displayed in the image album stim controller we already have (I know it's basic atm but we can improve it later),
- It should also be possible to remove, or add more images when editing the topic.