Hi,

When I have some validation errors in my forms they automatically get
reloaded after POST with all the fields already filled with what the
user already introduced before POST and she only has to change
whatever was wrong in the first place. But for files or images, the
path disappears and the user has to choose again which image she wants
to upload. I'd like these fields to appear populated along the others.

I thought sending form = Form(request.POST, request.FILES) to the
template was enough. Is there something I missed or do these fields
need to be populated in another way?

thanks,
Bastien
--~--~---------~--~----~------------~-------~--~----~
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