from django import forms class Form1(forms.Form): title = forms.CharField(max_length=255) file = forms.FileField()