Hello I am trying to retrieve the absolute path (starting with http://) while calling a FileField at the template.
How can I achieve this ?
ie: {{fl.uploadedfile}} -> returns relative path like media/uploads/ while I want http://www.blabla.com/media/uploads/
Cheers