PHP Classes

File: bootstrap/ejsupload/php/index.php

Recommend this page to a friend!
  Classes of Minh Tien   Noblesse CMS   bootstrap/ejsupload/php/index.php   Download  
File: bootstrap/ejsupload/php/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Noblesse CMS
Content management system with custom plugins
Author: By
Last change:
Date: 8 years ago
Size: 355 bytes
 

Contents

Class file image Download
<?php
/*
 * jQuery File Upload Plugin PHP Example 5.14
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

error_reporting(E_ALL | E_STRICT);
require(
'UploadHandler.php');
$upload_handler = new UploadHandler();