Missing Controller

Error: UploadController could not be found.

Error: Create the class UploadController below in file: app\controllers\upload_controller.php

<?php
class UploadController extends AppController {

	var $name = 'Upload';
}
?>

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

Powered by SunnyVision Limited