anyone out there have something (or a reference to a tutorial) for a simple [mp3] file upload management script?
i need to allow for users to upload their [mp3] file (client side folder browsing would be awesome, but i would guess that makes it not "simple"). once i get the files into my db (assuming MySQL 4.1 can do it?), i'm going to need to do some custom script of my own which i want to be able to allow the user who uploaded that file to make comment about it. i'd also like to add just small-- even varchar for file title-- so the [mp3] file can then be downloaded by another user easily based on file-name.
anything come to mind?
if i can't store the file in the MySQL db, then i could do some workaround where the file would just go into a generic folder on my server, right? or am i being a little naive here that this can be "simple"?