SproutCMS

This is the code documentation for the SproutCMS project

function ajaxDragdropCancel()

Cancel an upload - delete temporary files.

May receive two different variations on the provided POST data:
   [result][tmp_file]       Whole file was uploaded
   [partial_upload][code]   Only some chunks of the file have been uploaded

Usage

void $FileAdminController->ajaxDragdropCancel ( );

Return value

  • void