Hello Guys,
              I am using a file uploading control in my form. On specifying
some content in that it is working fine but on leaving it blank it is
throwing an error saying that:--


Exception Type: MultiValueDictKeyError Exception Value:

Key 'image' not found in <MultiValueDict: {}>

Exception Location:
C:\Python26\lib\site-packages\django\utils\datastructures.py in __getitem__,
line 203

in the line "*image_content = request.FILES['image'].read()*"

Please help me on this.

With Regards
Deepu.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to