Upload Media"; if($errorresult == "t") { echo 'Please fill in the title.'; } if($errorresult == "d") { echo 'Please fill in a short media description.'; } if($errorresult == "n") { echo 'Please fill in your name or logout and log back in.'; } if($errorresult == "k") { echo 'Please choose a category.'; } if($errorresult == "th") { echo 'Thumbnails must be an image file (jpg, bmp, png, gif) - thumbnail file was not uploaded'; } if($errorresult == "s") { echo 'Your media is too large. It must be less than '.getSetting("mediamaxsize",$db).' MB.'; } if($errorresult == "fn") { echo 'Please specify a file to upload.'; } if($errorresult == 'fe') { echo "There was a problem uploading your file. Please contact the site administrator."; } echo "
"; } else { echo '