Re: ValueError when uploading image

2009-08-06 Thread Malcolm MacKinnon
I think I've fixed the problem. It had to so with PIL not being installed correctly. Check out this link: http://www.answermysearches.com/fixing-pil-ioerror-decoder-jpeg-not-available/320/for a possible solution. Now, jpeg images are uploaded and saved. On Thu, Aug 6, 2009 at 6:42 PM, Mac wrote

ValueError when uploading image

2009-08-06 Thread Mac
Hi, I'm new to Django and programming in general. I've been trying to create a form that simply uploads images and saves them to a app folder. I'm using MySql with Django svn. Here's my model: class Images(models.Model): prim = models.AutoField(primary_key=True, db_column='PRIM') # Field nam