1

I was looking for a feature for uploading multiple images and found this solution how to upload multiple images to a blog post in django

but that method doesn't provide any explanation about updating those multiple images like image can be removed and added new one. how to update multiple images?

umair mehmood
  • 529
  • 2
  • 5
  • 17
  • every image should have own ID and you should send all IDs which you want to delete - and you could use these IDs in loop to delete every image separatelly. I think you could use `
    ` with many `checkbox` to send many `IDs` to django
    – furas May 27 '22 at 19:55

0 Answers0