'enctype' for form upload field
enctype="multipart/form-data" attribute is required for <form> tag
http://docs.djangoproject.com/en/dev/topics/http/file-uploads/
enctype="multipart/form-data" attribute is required for <form> tag
http://docs.djangoproject.com/en/dev/topics/http/file-uploads/