Check out django-storages (if you use off-site hosting like S3, Rackspace Files, etc...). Then, just request the ImageField or FileField's .url() method.
I think this may be the case for the bulit-in ImageField and FileField as well (actually, I'm pretty sure it is) but I haven't used it in so long that I can't remember if it takes the same formatting. Good luck! On Fri, Jun 1, 2012 at 3:45 AM, First Rock <[email protected]>wrote: > Need to develop a project for file uploading and generating > its(files's) URL, which could be shared. Are there any particular > libraries or simple means in Python,(Django) that would be handy and > efficient.? ~ Newbie trying a Herculean Task~ Thanks in Advance :) > > -- > 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. > > -- 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.

