index.php 347 B

123456789101112131415
  1. <?php
  2. /*
  3. * jQuery File Upload Plugin PHP Example
  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. * https://opensource.org/licenses/MIT
  11. */
  12. error_reporting(E_ALL | E_STRICT);
  13. require('UploadHandler.php');
  14. $upload_handler = new UploadHandler();