File path: dist/twist/Core/Utilities/Route.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
upload
— Register the upload server, this will automatically call the Twist Upload Controller unless an override has been specified
Name | Description |
---|---|
[$strURI = '] | n/a |
[$strControllerOverride = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strURI = ';
$strControllerOverride = null;
//Call the function upload with the example vars
Twist::Route() -> upload($strURI, $strControllerOverride);