-
[F8] help me
im making a site where users can upload their music and then make an account and whereever they are they can listen to their music. my problem comes in because i dont really know the script of how to upload files to the server. and then it will show up on the site. i was wondering if you can do this with flash. please help me if anyone knows the script.
-
-
Well, on the Flash side, you need to use the FileReference class to browse for the files to be uploaded:
http://livedocs.macromedia.com/flash....html#wp234413
You'll also need a server side script like PHP to actually handle the file upload itself...
K.
-
you can also use PHP to scrape the directory and return the .mp3 file names to FLASH.
:)
-
how can i use php to scrape the directory do you kno of any sites that would teach me or something of the sort.
-
in PHP you use readdir().
Search here for that keyword, I asked about it not to long ago. :D