Source Location: /filter/FileUpload.php
Teeple2 - PHP5 Web Application Framework inspired by Seasar2
PHP versions 5
LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.
[line 26]
UPLOAD_ERROR_TYPE = 'FileUpload'
[ Top ]
[line 21]
UPLOAD_ERR_FORM_SIZE = 2
[ Top ]
[line 20]
UPLOAD_ERR_INI_SIZE = 1
[ Top ]
[line 23]
UPLOAD_ERR_NO_FILE = 4
[ Top ]
[line 19]
UPLOAD_ERR_OK = 0
[ Top ]
[line 22]
UPLOAD_ERR_PARTIAL = 3
[ Top ]