devi usare un campo di testo tipo FILE
tipo una cosa del genere

Codice PHP:
<form action="" method="post" enctype="multipart/form-data" name="form1">
  <
input type="file" name="immagine">
</
form