1
You have to pass request.FILES
to ProfilesForm
.
ProfileForm(request.POST, request.FILES, instance=entry_user_profile)
Source:stackexchange.com
1
You have to pass request.FILES
to ProfilesForm
.
ProfileForm(request.POST, request.FILES, instance=entry_user_profile)