Re: Libraries for generating URL of uploading files in Django

2012-06-01 Thread Kurtis Mullins
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

Libraries for generating URL of uploading files in Django

2012-06-01 Thread First Rock
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