3 lines
190 B
SQL
3 lines
190 B
SQL
-- display the data url of the uploaded file, unencoded, and nothing else
|
|
select 'shell-empty' as component,
|
|
sqlpage.read_file_as_data_url(sqlpage.uploaded_file_path('my_file')) as html; |