Please help! I uploaded multiple images but got only one

Your multi-image field can’t be the model field, it’s not one model. The file upload field must be a regular form field, and then you create the multiple instances of that model from the images in that field.

Also see the rest of the requirements with the example at File Uploads | Django documentation | Django