Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Django forms I cannot save picture file

class ImageUploadForm(forms.Form):
    """Image upload form."""
    image = forms.ImageField()
Source by coderwall.com #
 
PREVIOUS NEXT
Tagged: #Django #forms #I #save #picture #file
ADD COMMENT
Topic
Name
4+3 =