Ver original<?php// Upload File...$Path = base64_encode("UserFiles/" . $FileName);header("Location: /page.php?File=" . $Path);?>
Ver original<?php$Path = base64_decode($_GET['File']);?>