from django import forms class CsvForm(forms.Form): file = forms.FileField(label='CSV File') # comment = forms.CharField(required=False)