SproutCMS

This is the code documentation for the SproutCMS project

function stitchChunks()

Stitch together the uploaded file from multiple chunks

Usage

void $FileAdminController->stitchChunks ( string $dest_filename , string $code , string $num_chunks );

Arguments

  1. string $dest_filename
    The destination filename
  2. string $code
    Upload code
  3. string $num_chunks
    The number of chunks to stitch together

Return value

  • void