Agradezco el tiempo que se han tomado para responderme, sin embargo no he logrado detener el script
Código PHP:
if ( $_FILES['archivo1']['size'] > 199999 )
{
header("Location:errorarch.php"); exit;
}
function form_mail($sPara, $sNombre, $sTexto, $sDe)
{