Re: physical path of an uploaded image

2006-03-17 Thread Sasha
Thank you! That work great. --~--~-~--~~~---~--~~ 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 [EMA

Re: physical path of an uploaded image

2006-03-17 Thread Kenneth Gonsalves
On Saturday 18 Mar 2006 12:06 pm, Sasha wrote: > i have a django app that allows images to be uploaded. when i try > to reference an image in a template by calling > object.get_image_url or object.get_image_filename i get the full > physical path including the filename in response. can anyone > re

physical path of an uploaded image

2006-03-17 Thread Sasha
i have a django app that allows images to be uploaded. when i try to reference an image in a template by calling object.get_image_url or object.get_image_filename i get the full physical path including the filename in response. can anyone recommend an approach to troubleshoot this? i'm running mo