提交 | 用户 | 时间 | ||
58d006 | 1 | <?php |
A | 2 | /* |
3 | * jQuery File Upload Plugin PHP Example 5.14 | |
4 | * https://github.com/blueimp/jQuery-File-Upload | |
5 | * | |
6 | * Copyright 2010, Sebastian Tschan | |
7 | * https://blueimp.net | |
8 | * | |
9 | * Licensed under the MIT license: | |
10 | * http://www.opensource.org/licenses/MIT | |
11 | */ | |
12 | ||
13 | error_reporting(E_ALL | E_STRICT); | |
14 | require('UploadHandler.php'); | |
15 | $upload_handler = new UploadHandler(); |