How do i create a simple music uploader and downloader like this?
Screen:
![]()
How do i create a simple music uploader and downloader like this?
Screen:
![]()
shaggydaddy (07-08-2008)
Possibly even JavaScript and AJAX, but PHP's echo takes care of output.
-magicyte
shaggydaddy (07-08-2008)
Oh, yes! Downloading music and other files is completely simple. You could use the window.open() technique to download, or you could use a link to go to a url where the file is. Other that that, uploading files using something other than FTP would be good to use PHP. I know a guy, Jas, who made a PHP ftp script it is found in his signature. You could also visit his profile.
-magicyte
Last edited by magicyte; 07-08-2008 at 05:40 PM.
shaggydaddy (07-08-2008)
THANKS A LOT GUYS!
ermm, got any automated ones made for a noob like me? >.<
Well, did you check out Jas' FTP script for uploads? It is in PHP and you could just use it. As for the downloads, you would need to create the script yourself.
-magicyte
Bookmarks