예제 #1
0
파일: test.php 프로젝트: shareany/luckyphp
 protected function upload()
 {
     Input::file('file', 'static/upload/');
 }