how to pass initial value of FileField to Formset (in Django)

后端 未结 2 1601
暗喜
暗喜 2021-01-17 02:46

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

2条回答
提交回复
热议问题