Learning PHP and MySQL

Saturday, August 19, 2006

Example 11-25 Checking for the existence of an uploaded file

<?php

if  (!is_uploaded_file($HTTP_POST_FILES['upload_file']['tmp_name']))  {
  $error  
=  "You  must  upload  a  file!";
  
unlink($HTTP_POST_FILES['upload_file']['tmp_name']);
}  else  {
  
//proceed  to  process  the  file
}

?>

Posted by krautgrrl on 08/19 at 08:43 AM
Chapter 11 Code • (0) Comments • (0) TrackbacksPermalink

Statistics

This page has been viewed 407317 times
Page rendered in 0.2203 seconds
Total Entries: 224
Total Comments: 16
Total Trackbacks: 307338
Most Recent Entry: 09/27/2006 12:39 pm
Most Recent Comment on: 10/26/2007 10:00 am
Total Members: 2
Total Logged in members: 0
Total guests: 10
Total anonymous users: 0
Most Recent Visitor on: 05/19/2012 06:02 am
The most visitors ever was 1103 on 11/20/2007 12:50 pm

Referrers

Powered by ExpressionEngine