Thanks mucho Malcolm. It seems I did forget to set the form encoding
in the one template but not the others!

> The usual reason files aren't uploaded is because you forget to specify
> the enctype attribute as a multipart/form-data encoding. 
> Seehttp://docs.djangoproject.com/en/dev/ref/forms/api/#binding-uploaded-....
>
> Did you perhaps forget to do that in the template that isn't working?
> This would be easy to do if you were using the form.is_multipart() test
> on another form object and combining it with your file upload form in
> the same HTML "form" element.
>
> Regards,
> Malcolm
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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