How to upload multiple image files in django rest framework?

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?

Check out Uploading multiple files as a starting point to get some ideas.