simonw / datasette-media

Datasette plugin for serving media based on a SQL query
Apache License 2.0
19 stars 1 forks source link

Ability to trigger browser downloads with a content_filename column #19

Closed simonw closed 4 years ago

simonw commented 4 years ago

Extension on #14. Would add the following header to the response:

Content-Disposition: attachment; filename="filename.jpg"

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition

simonw commented 4 years ago

Needs tests for all four routes:

simonw commented 4 years ago

While writing the unit tests for this I figured out SQLite BLOB literals: https://github.com/simonw/til/blob/master/sqlite/blob-literals.md

simonw commented 4 years ago

Documentation: https://github.com/simonw/datasette-media/blob/0.5/README.md#setting-a-download-file-name