>
>         if form.is_valid():
>             clean_data = form.clean_data
>             t = Image

If Image is a model class, the above should read:

t = Image()

>
> but it is showing an error saying :::: 'module' object has no
> attribute 'save_photo_file'


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to