Can multiple images be uploaded from one selection field for slides in Django? I will use these images in a slide, my slides have over 50. I use manyToManyField but i couldn't do it.
I will take your suggestions into consideration, folks.
Can multiple images be uploaded from one selection field for slides in Django? I will use these images in a slide, my slides have over 50. I use manyToManyField but i couldn't do it.
I will take your suggestions into consideration, folks.
Copyright © 2021 Jogjafile Inc.
I'm not entirely sure about your question due to some missing details. However, you can create an endpoint for saving images. For instance, this endpoint would receive the image along with the ID of the table you want to associate them with.
You can send an infinite number of requests to this endpoint and store a large number of images through it without limitations on the number of images in the form. For example: