> It is possible for you to change the second 'if' statement from: > if (!move_uploaded_file($_FILES['secondfile']['tmp_name'], $uploadfile1)) {
> to > if (!move_uploaded_file($_FILES['secondfile']['tmp_name'], $uploadfile2)) { > ??? Fixed. Jakub Vrana