I am trying to populate a Django formset using data from a POST/FILE request. I am able to populate all the fields except the FileField. It seems that initial c
initial
You can not pass any initial values when you are working with file uploads.