On 06-Mar-07, at 1:37 PM, samira wrote:
> Thanks, but I read it before, I add
> photo = models.ImageField('/images')in my models classes and
> newData = request.POST.copy()
> new_data.update(request.FILES) in views, Also for display it in
> template I add this line to it.
>
> <form id="signupForm" name="signupForm" method="POST" action=""
> enctype="multipart/form-data">
> {{ form.photo }}{{ form.photo_file }}
> but nothing display in my template :-s do you know what is ths
> problem? shall I write any code in manipulator or not?
could you post your complete view and template please
--
regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/web/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---