I've created and attached a basic uploading script that will let a user select a file for uploading, it will then insert some file data onto a MYSQL database (creating the table if need be) on "upload.php".
Then on "ListUploads.php" will list the files uploaded with the filename, file size, date uploaded, and the link to listen.
Be sure to set the parameters folder to put the uploads to, database host, database name,database password etc. in "MYSQL_Connect.php" .