File path: dist/twist/Core/Controllers/Base.controller.php
Namespace: Twist\Core\Controllers
_upload
— Process files that have been uploaded and return an array of uploaded data, this is to help when a browser does not support teh pure AJAX uploader.
Name | Description |
---|---|
$strFileKey | n/a |
[$strType = 'file'] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strFileKey = 'foo';
$strType = 'file';
//Call the function _upload with the example vars
$resBase = new \Twist\Core\Controllers\Base();
$resBase -> _upload($strFileKey, $strType);