Re: Getting MultiValueDictKeyError

2019-05-16 Thread Sipum Mishra
Hi friends, still getting same error after using encrypt.. Bt if i am using request. POST. get('document') then error vanishes but another error comes as job_title is an invalid keyword argument for this function. Kindly help on this issue. I m trying hard but unable to solve. Thanks On Thu, 16

Re: Getting MultiValueDictKeyError

2019-05-16 Thread Test Bot
Try putting encrypt="multipart/form-data" in your form tag On Thu, May 16, 2019, 6:05 PM Sipum wrote: > Hi Friends, > > when retrieving file that is uploaded , I'm getting multiValueDictKeyError. > Below are my codes. I have proided some codes where I m getting error. > could anyone help me here