Easy Upload
Move new file to a new directory with this simple upload tool. Click on Browse.. to select file, then click Upload File. (The total upload can be up to 2MB)
";
echo"
| ";
}//5
break;
case("Upload File"):
{
include("config1.php");
for($n=1;$n<=$numfiles;$n++)
{
if(${"file".$n})
{
$dest=$root.${"file".$n."_name"};
for ($i=3;$i<=5;$i++)
{
if(in_array(strtolower(substr(${"file".$n."_name"},-$i)),$ext))
{
if(!copy(${"file".$n},$dest))
{
echo"Unable to create $dest - check permission \n";
exit;
}}}}}
}
}
}
else
{
echo"
Move new file to a new directory to this simple upload tool. Click on Browse.. to select file, then clickUpload file. (The total upload file can be up to 2MB)
";
echo"
| ";
}
?>
|