Can anyone suggest a good blog script (preferably PHP) that will enable my client to easily upload audio recordings?
Thanks!
eelixduppy
8:35 pm on Sep 27, 2007 (gmt 0)
You can check the script repositories such as hotscripts.com, sourceforge.net, freshmeat.net, phpclasses.org to see if something suits your needs. We also like to code around here so maybe you are up to the challenge of making a upload script yourself. In that case, you may want to look at the documentation for handling file uploads [us3.php.net].
Just remember to check the type of the uploaded file before you move it onto your server.