Hey fellow Django users,

I'm hoping someone has an answer to this problem that came up when
moving my files
to production. I have a form that has an ImageField for the usual
profile image for members.
The rest of the form updates, but the error is thrown when you try to
change the image.

A little confusing because I see the image in memory from the DEBUG
trace.
img : <InMemoryUploadedFile: siteRough.jpg (image/jpeg)>

Using:

Django 1.1
Mod wsgi

Webfaction shared account.

The only thing I can think of is that I'm missing a configuration
somewhere, while
it works fine on my local dev machine.

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