4 Copyright (c) 2012 Reactive Apps, Ronnie Garcia
5 Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
8 // Define a destination
9 $targetFolder = '/uploads'; // Relative to the root and should match the upload folder in the uploader script
11 if (file_exists($_SERVER['DOCUMENT_ROOT'] . $targetFolder . '/' . $_POST['filename'])) {