SproutCMS

This is the code documentation for the SproutCMS project

function fileSizeCheck()

Perform a size check on a completed upload (after chunks have been stitched).
To be implemented by subclasses

Usage

void $FileUploadController->fileSizeCheck ( string &$temp_path );

Arguments

  1. string $temp_path (by reference)
    Path to the temporary uploaded file

Exceptions thrown

Return value

  • void