Note All Feilds Are Required:
Your resume has been uploaded:
;
}
else
{
Your resume was not uploaded because:
;
}
// message based on error
switch ($_FILES['thefile']['error'])
{
case 1:
print 'The file exceeds the upload_max_filesize setting php.ini';
break;
case 2:
print 'The file exceeds the MAX_FILE_SIZE setting in the HTML form';
break;
case 3:
print 'The file was only partially uploaded';
break;
case 4:
print 'No file was uploaded';
break;
}
print ' . ';
}
?>
Add New Information
Return to Directory