TwistPHP Documentation

uploadPUT

File path: dist/twist/Core/Utilities/File.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

uploadPUTUpload a file the easy way with the new AJAX PUT upload function by TwistPHP. Use the template tags and provided JS files to achieve simple file uploads.

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function uploadPUT with the example vars
Twist::File() -> uploadPUT();