[Answer]-Simple file upload page not working

1👍

In Django Template , if you are trying to render a form that has a filefield . You must pass replace

form method=”post” action=””>

with

form method=”POST” enctype=”multipart/form-data”>

loop over forms in formset and a list at same time + FileField required error :django

Leave a comment