HTML5 audio player drag and drop
问题 I'm implementing audio player in html5, which has drag-drop option for load and play mp3 files, but I have problem with plaing the file. When the file is dropped on the area, I can see in the console properties of object, but there is no information about absolute path, because of security in web browser. Is there an option, how to play mp3 this way ? index.html and body content: <div style="border: 1px solid black; width: 200px; height: 50px; padding: 10px;"" id="cudl">add file here</div>