2
You can try this
request.FILES.getlist('images') #or images[] as you done in javascript
will get a list.Then apply a for loop on it.
Source:stackexchange.com
2
You can try this
request.FILES.getlist('images') #or images[] as you done in javascript
will get a list.Then apply a for loop on it.