Hi, I'm using the FileSystem storage to save uploaded files, in a very basic way:
storage.save('/blah/test.mp3', uploaded_file) Now, the resulting file has '600' file access properties. That file is then served by apache, but because of those access properties, it cannot be accessed as you get a '403 Forbidden' error. Is there a way to force the properties for the stored file (e.g. 605 would be enough)? Thanks! Julien --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---