Files
sqlpage--sqlpage/tests/upload_file_data_url_test.sql
lovasoa b283c8ec3f move read_file_as_text to the new function system
add an "html" property to the shell-empty component
2024-05-09 11:00:17 +02:00

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;