문제

I want to create simple site that allow to upload sound tracks , and I can play it from every where , the idea is

  • create uploader with silverlight --> Done
  • display them Done

I want to create Rss for its title and link to it

do I need a ftp folder on my server , so that I can play them , or any other idea

도움이 되었습니까?

해결책

No, you don't need an FTP folder, just link to the resource via HTTP in the RSS feed. In other words, either link the title or text in the description to a real URL:

http://www.mydomain.com/audio/filename.wav
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top