upload_confirmation_html

Function upload_confirmation_html 

Source
pub fn upload_confirmation_html(
    public_url: &str,
    filename: &str,
    delete_token: &str,
    file_id: &str,
) -> Response
Expand description

Render an HTML upload confirmation (used by the no-JS upload flow).