Hi django-users, I've been playing around with file uploads and was unsure on how to render links to file uploads in my templates.
I'm saving my file uploads to a path that's outside of the MEDIA_ROOT path in settings.py. The file upload path itself is being stored in the file upload field in the model. How do I create a link to the file if it's outside of the MEDIA_ROOT? Thanks, Raj --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

