diff options
-rw-r--r-- | app/template-stream.lsp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/template-stream.lsp b/app/template-stream.lsp new file mode 100644 index 0000000..03afd7c --- /dev/null +++ b/app/template-stream.lsp @@ -0,0 +1,6 @@ +<? local viewtable, viewlibrary, pageinfo, session = ... ?> +Status: 200 OK +Content-Type: application/octet-stream +Content-Disposition: attachment; filename="<?= viewtable.label ?>" + +<?= viewtable.value ?> |