And then i have this in to store the file in the database:PHP Code:<form name="my_form" method="post" action="insert.php">
<input name="FILE" type="file">
<input type="submit" class=input name="add_a_song" value="Upload the Song"></form>
I have been turning it around, up and down for hours now and kinda losing the nerv...PHP Code:$mp3_file = $_FILES['FILE'];
// no need to go one coz this gives me error
// 'Notice: Undefined index: FILE '
Does anyone know why this wont work?




I <form> was incomplite.. 


Bookmarks