SproutCMS

This is the code documentation for the SproutCMS project

function postUploadProcessing()

Do post-processing after a file upload

Usage

void File::postUploadProcessing ( string $filename , int $file_id , int $file_type );

Arguments

  1. string $filename
    The name of hte new file
  2. int $file_id
    The ID of the new file
  3. int $file_type
    The new file type - e.g. DOCUMENT or IMAGE; see FileConstants

Exceptions thrown

  • Exception

Return value

  • void