upload multiple files in django

前端 未结 4 1938
忘了有多久
忘了有多久 2020-12-18 09:33

I am new to django, I am trying to upload more than one file from the browser and store them somewhere in computer storage but I am not storing them successfully with this c

4条回答
  •  天涯浪人
    2020-12-18 10:05

    I was able to solve the multi uploads portion in the create view here: Django Class based UpdateView with Form for Multiple Uploaded Files , however, now the update get function is what I am currently stuck on.

提交回复
热议问题