I have a question, anyone know about uploading a midi file and do a insert into a database ? If so anyone have code to work from ? or can show me where to get the code.
you can use $_FILES to upload your MIDI files to a location on your webserver and then INSERT the file's information into your database..
http://us2.php.net/manual/en/features.file-upload.php