pub fn upload_confirmation_html( public_url: &str, filename: &str, delete_token: &str, file_id: &str, ) -> Response
Render an HTML upload confirmation (used by the no-JS upload flow).