メインコンテンツまでスキップ

Introduction

Providing some functions for uploading/validating files

How to use

You can load Upload class through Application::getClass method.

Controller
$upload = $this->getClass('Tool/Upload');

$upload->upload('file');

Methods