>
> You could also try:
>
> from gluon.contenttype import CONTENT_TYPE
> CONTENT_TYPE['.webm'] = 'video/webm'
>
> presumably early in db.py, depending on when it was needed. Unless that's 
> too late in some case.
>
Static files are served before hitting the app code, but should work for 
other downloads.
 

Reply via email to