'Working with Django FormView providing Images to save

I'm trying to add data(object) with image in database using FormView in Django, Whenever I submitted form with an image it save data in db but with default image not with the original one which I provided in the Form while Submitting.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source