So I have created an HTML form to add Properties to the database and when I submit that form I expect the post data to go under request.POST
and files (in my case images) go under request.FILES
but the file field is also found in the request.POST
…
below are error SrcShot
If you would like to see the code for views.py
, models.py
, and the HTML form for the solution, please leave a comment