http/app_error.php (line 17)



		
		CakePHP: the rapid development php framework:		Errors	
	

	

Missing Controller

Error: UploadController could not be found.

Error: Create the class UploadController below in file: http/controllers/upload_controller.php

<?php
class UploadController extends AppController {

	var $name = 'Upload';
}
?>

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