Your IP : 10.1.73.149


Current Path : /home/bolconlineco/public_html/assets/plugins/jquery-file-upload/server/php/
Upload File :
Current File : /home/bolconlineco/public_html/assets/plugins/jquery-file-upload/server/php/index1.php

<?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();