Press Room
setUploadLocation(getcwd().DIRECTORY_SEPARATOR); $myUpload->uploadFile(); ?> uploadLocation = getcwd().DIRECTORY_SEPARATOR; } /** * This function sets the directory where to upload the file * In case of Windows server use the form: c:\\temp\\ * In case of Unix server use the form: /tmp/ * * @param String Directory where to store the files */ function setUploadLocation($dir){ $this->uploadLocation = $dir; } function showUploadForm($msg='',$error=''){ ?>
'.$msg.'

'; } else if ($error != ''){ echo '

'.$error.'

'; } ?>
showUploadForm(); } else { $msg = ''; $error = ''; //Check destination directory if (!file_exists($this->uploadLocation)){ $error = "The target directory doesn't exists!"; } else if (!is_writeable($this->uploadLocation)) { $error = "The target directory is not writeable!"; } else { $target_path = $this->uploadLocation . basename( $_FILES['myfile']['name']); if(@move_uploaded_file($_FILES['myfile']['tmp_name'], $target_path)) { $msg = basename( $_FILES['myfile']['name']). " was uploaded successfully!"; } else{ $error = "The upload process failed!"; } } $this->showUploadForm($msg,$error); } } } ?>

Virtalis ActiveWall Multi-Location Design Reviews Accelerate Development Schedules at CNH
CNH can view the baler cab interior in 3D to assess design quality, sightlines and reachabilityVIRTALIS, a leading Virtual Reality (VR) company, has just installed an ActiveWall HD immersive visualization suite at CNH's facility in Zedelgem, Belgium.
Read more...
 
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Page 1 of 18

CLICK TO CONTACT US OR UK tel. +44(0)161 969 1155
Chester House 79 Dane Road Sale Cheshire M33 7BP UK tel. +44(0)161 969 1155 © all images 2005
Website developed by Sangria Studios with Joomla