andres-torres-marroquin / django-dropbox

A Django App that contains a Django Storage which uses Dropbox.
90 stars 54 forks source link

Preview files #15

Open mataelfos opened 5 years ago

mataelfos commented 5 years ago

Hi, is there a way to preview files instead download? I mean, the url parameter of a FileField always redirect to download file. But in case of pdf or images I prefer to open them on the browser. Is there something like "myfile.preview_url" instead of "myfile.url"

Thank you!