El código cv.php es
Código [Seleccionar]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title></title>
</head>
<style type="text/css">
<!--
@import url("Jopeh.css");
-->
</style>
<body>
<h1 align="center">Veryfing...</h1>
<p><a href="javascript:history.back()">Go back!</a></p>
<? if(isset($_POST['file']))
$file=$_POST['file'];
else
die("File can't be null!");
if(is_null($file))
die("File ".$file." can't be exist!");
?>
<h2>Done!</h2>
</body>
</html>