public_html/app_error.php (line 93)
Array
(
    [className] => FileUploadController
    [webroot] => /
    [url] => FileUpload/Audio/Dices_que_no_me_quieres_Cangas.mp3
    [base] => 
)

Errors

Missing Controller

Error: FileUploadController could not be found.

Error: Create the class FileUploadController below in file: public_html/controllers/file_upload_controller.php

<?php
class FileUploadController extends AppController {

	var $name = 'FileUpload';
}
?>

Notice: If you want to customize this error message, create public_html/views/errors/missing_controller.ctp