#8793: using the file.url can not download the uploaded file ----------------------------------+----------------------------------------- Reporter: etng | Owner: nobody Status: new | Milestone: 1.0 Component: File uploads/storage | Version: SVN Keywords: normcase path | Stage: Unreviewed Has_patch: 0 | ----------------------------------+----------------------------------------- when I digg into the source code,I found that in line 47 of django.db.models.fields.files,the call to self.storage.path(self.name) returns a os.path.normpath processed file path, it changes the file's full path to all lower case, but the url is not following this change, so this error happens!
sorry, I can not submit a good patch for it,but I think it will resolved by you gurus. thank you -- Ticket URL: <http://code.djangoproject.com/ticket/8793> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
