Ok... maybe not so solved.
Now ony the last image submitted is validated.  in the _clean_photo
(self, dataName) method, I print the data, and all the images except
for the last one contain None.

Any Ideas?

On Feb 1, 12:51 pm, DragonSlayre <lssay...@gmail.com> wrote:
> Solved my problem - data = self.cleaned_data[dataName]  should have
> been:
> data = self.cleaned_data.get(dataName)
>
> Silly me
--~--~---------~--~----~------------~-------~--~----~
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