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?

link|improve this question

80% accept rate
1  
I'd bet on directory permissions. You can either change upload destination, or change permissions on current destination folder... – Pill Jul 15 '11 at 19:41
@sq1020: Please update the question to include the results of an ls -l on the upload directory so that we can see the permissions and ownership. – S.Lott Jul 15 '11 at 20:32
ls -l on Windows? – Brian Neal Jul 16 '11 at 2:35
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.