Re: How to upload multiple image files in django rest framework?

2020-04-14 Thread Mark Phillips
This might help you. https://blog.rousek.name/2017/08/11/uploading-multiple-files-in-django-admin/ Mark On Tue, Apr 14, 2020 at 11:23 AM Talha Amjad wrote: > I am making a e-commerce like web application where users can upload > advertisements and add multiple images to the advertisement. I

How to upload multiple image files in django rest framework?

2020-04-14 Thread Talha Amjad
I am making a e-commerce like web application where users can upload advertisements and add multiple images to the advertisement. I can upload only one image but i want users to have the ability to add many images. Is there any way? #Here is my model class AdImage(models.Model):