Django - How do I get the files submitted to a form?

前端 未结 0 1401
Happy的楠姐
Happy的楠姐 2021-02-13 07:44

In my Django project, I have this view:

def create_format(request, **kwargs):
    if request.method == \'POST\':
        form = FormatUpdateForm(request.POST)
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题