How to create music player in iOS?

How would you create a custom file browser in JSP, listing the client's files and allowing them to select music files from their machine to play in our web based music player? How would you overcome Firefox and Chrome security restrictions?

  • We are trying to create a web based music client capable of playing a users local files, but with firefox security we are unable to play local files because the browser blocks access to them. We are also unable to get the clients "file tree" structure making it hard to create a structure for our custom file browser.

  • Answer:

    First, you should learn to use the right tool for the job.  You want to do client-side programming.  JSP == Java Server Pages. Second, there's no way for the server to tell the browser to get a listing of your local files by itself and for good reason.  A Flash applet is what you need.

Anonymous at Quora Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.