How to send nested form-data using postman? How to send nested form-data using postman? django django

How to send nested form-data using postman?


Try this:

cars[0][car_img_1]:car_img_file1cars[1][car_img_2]:car_img_file2

You can insert it in "bulk-edit" mode.