i can not beleive this i had only to write enctype in capital
ENCTYPE="multipart/form-data"
i am sick
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django
hi friends
i am trying to upload an image file but i am getting errors.
code is as follows
def thing_add(request):
if request.method == 'POST':
if 'photo' in request.FILES:
# it aint getting here just skip this section
try:
img = Image.open(Stri
2 matches
Mail list logo