ti manca action="nome del file corrente" nella prima riga del tag del modulo...
<form id="form1" method="POST" action="current file name/example.php" enctype="multipart/form-data">
O usa questo.
<form id="form1" method="POST" action="<?php echo $_SERVER['PHP_SELF'];?>" enctype="multipart/form-data">