I wrote a django app, but i have a problem with the file permissions of the uploads files from a web form.
Basically I can upload a image and a pdf file but it always keep chmod 600. I have add in settings.py: FILE_UPLOAD_PERMISSIONS = 0777, but when i upload a image/pdf file the permissions are always 600. Any ideas? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/9pt0RIun3-wJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.