I'm working on creating a form with which the user can upload an image and I get this error:
[Errno 13] Permission denied:
Can someone provide some guidance on what I would need to change (keeping in mind I'm running the development server on windows) for it to work? Is it something in settings.py or do I need to change the permissions of the directory that files are uploaded to?
ls -lon the upload directory so that we can see the permissions and ownership. – S.Lott Jul 15 '11 at 20:32ls -lon Windows? – Brian Neal Jul 16 '11 at 2:35