Avevo dimenticati l'html...eccolo qui:
<form action="uploadfoto.php" method="post" enctype="multipart/form-data">
<fieldset>
<legend>Carica una foto sul tuo profilo</legend>



Scegli una foto:

<input type="file" name="image">

<input type="submit" name="submit" value="submit">
</fieldset>
</form>

<form action="uploadmusic.php" method="post" enctype="multipart/form-data">
<fieldset>
<legend>Carica una canzone sul tuo profilo</legend>



Scegli una canzone:

<input type="file" name="mp3">

<input type="submit" name="submit" value="submit">
</fieldset>
</form>