1👍
✅
Uploaded data contains in cleaned_data
attribute in django form’s instance. So
text = upload.cleaned_data['tekst']
will fix your problem
Source:stackexchange.com