332420bc18
* document future file functions * make forms multipart when they contain a file field * extract http request data reading logic * start work on file upload * multipart post data parsing * millisecond precision in logs * implement customizable upload file size limits * wip: add file handling functions * file handling pseudo-functions * clippy * fmt
2 lines
109 B
SQL
2 lines
109 B
SQL
select 'text' as component,
|
|
sqlpage.read_file_as_text(sqlpage.uploaded_file_path('my_file')) as contents; |