Re: imagefield write error

2008-11-17 Thread prem1er
Ok, I figured that one out. I should be writing to within my Django project. How would I get this to work with apache permission? On Nov 17, 8:51 pm, prem1er <[EMAIL PROTECTED]> wrote: > Trying to write an image to my server for a user.  I keep getting the > error 'SuspiciousOperation, Attempte

imagefield write error

2008-11-17 Thread prem1er
Trying to write an image to my server for a user. I keep getting the error 'SuspiciousOperation, Attempted access to '.../' denied. I tried adding read write and execute permissions to this directory and still no luck. from django.db import models class user(models.Model): avatar