Files
Ophir LOJKINE abd60cd8d2 docs: clarify persist_uploaded_file folder is trusted app input (#1306)
Document that the folder/destination_folder argument of
sqlpage.persist_uploaded_file must be chosen by the app author and never
derived from untrusted request data. It is joined directly to the web
root, so a value containing '..' or an absolute path would write the
uploaded file outside the web root. Docs-only clarification of existing
intended behavior; no logic change.
2026-06-10 16:25:59 +02:00
..