Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Need help adding something to my site?

Ok, first thank you for helping. I always award best answer points so i please help me ok. Ok i have a web page on aol hometown and i want to add on were i can allow people to add there music to my site so other user can listen to there music. So is there a html code to make this happen? or what the best way to do this do i have to go to a second party site to host there songs? if so which one? please leave your ideas and let me know i will vote for best answer asap. thanks.

1 Answer

Relevance
  • 1 decade ago
    Favorite Answer

    Hi:

    I don't think this would be possible on AOL Hometown for two reasons. First of all, you only have 12MB of webspace, which would probably only store about three or four songs at maximum. The other reason is that in order to create an uploading tool, you need to use a server-side language (such as PHP, ASP.net, Perl, etc.) that can "take" the file your user is sending to your website. It's simple to put a file browser in a form on your page (<input type="file" id="file" />), but telling your web server to store the file requires that you have access to your server in a way that AOL Hometown doesn't allow.

    If you were to try it on a professional web server where you had enough webspace (you'd need a good web host and probably your own domain), you could use file input code to access the file, a server-side language to post the file onto your web server when the user submits the song submission form, and Flash to list all of your files and play them back.

    Hope this answers your question!

Still have questions? Get your answers by asking now.