Re: 'WSGIRequest' object has no attribute 'Files'

2023-05-22 Thread Sanket Chudasama
p_form = ProfileUpdateForm(data= request.POST, files= request.Files, instance = request.user) On Tuesday, 16 April 2019 at 12:35:15 UTC+5:30 Soumen Khatua wrote: > Hi Folks, > I'm getting this error 'WSGIRequest' object has no attribute 'Files' and > i didn't get proper solution

Re: 'WSGIRequest' object has no attribute 'Files'

2019-04-16 Thread Soumen Khatua
Thanks. It's working. On Tue, 16 Apr 2019, 13:22 Jani Tiainen, wrote: > Hi. > > It is .FILES all in capital. Not just first letter. > > > ti 16. huhtik. 2019 klo 10.05 Soumen Khatua > kirjoitti: > >> Hi Folks, >> I'm getting this error 'WSGIRequest' obje

Re: 'WSGIRequest' object has no attribute 'Files'

2019-04-16 Thread Jani Tiainen
Hi. It is .FILES all in capital. Not just first letter. ti 16. huhtik. 2019 klo 10.05 Soumen Khatua kirjoitti: > Hi Folks, > I'm getting this error 'WSGIRequest' object has no attribute 'Files' and > i didn't get proper solution in google also. I alredaty took > *enctype="mu

'WSGIRequest' object has no attribute 'Files'

2019-04-16 Thread Soumen Khatua
Hi Folks, I'm getting this error 'WSGIRequest' object has no attribute 'Files' and i didn't get proper solution in google also. I alredaty took *enctype="multipart/form-data"* in my forms tag. Here is my code snippet please provide me the solution it's urgent. Thank you in advanc