PHP Classes

File: assets/plugins/jquery-file-upload/server/php/index.php

Recommend this page to a friend!
  Classes of Kishor Mali   PHP User Feedback System   assets/plugins/jquery-file-upload/server/php/index.php   Download  
File: assets/plugins/jquery-file-upload/server/php/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP User Feedback System
Application to record feedback from customers
Author: By
Last change:
Date: 4 years ago
Size: 350 bytes
 

Contents

Class file image Download
<?php
/*
 * jQuery File Upload Plugin PHP Example
 * 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();