Hi, everybody

I developed a little demo, which use FileField to upload files, it
works well in django own server, then I manage to switch to Apache +
mod_python, the admin module still looks ok, but when I use the file
upload, the system says IOError, Permission denied. I have modified the
upload folder to be writable for everyone. Any hints how to solve this?
Thanks so much.

Following is the error message:

IOError at /demo/testfile/txtfile/add/

[Errno 13] Permission denied: '/opt/demo/test.txt'
Request Method:         POST
Request URL:    http://192.168.150.68/demo/testfile/txtfile/add/
Exception Type:         IOError
Exception Value:        [Errno 13] Permission denied:
'/opt/demo/test.txt'
Exception Location:

/usr/lib/python2.4/site-packages/Django-0.91-py2.4.egg/django/db/models/base.py
in _save_FIELD_file, line 325


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to