/home/techb158/immovalet.ca/report/misc
NameSizeModeActions
check-exists.php4280666editdlrm
uploadify.php7710666editdlrm
uploadify.swf126750666editdlrm
Edit: /home/techb158/immovalet.ca/report/misc/check-exists.php (428B)
*/ // Define a destination $targetFolder = '/uploads'; // Relative to the root and should match the upload folder in the uploader script if (file_exists($_SERVER['DOCUMENT_ROOT'] . $targetFolder . '/' . $_POST['filename'])) { echo 1; } else { echo 0; } ?>