JQuery Media Plugin playing a file outside of webroot

Is it possible to play a multimedia file that is outside the website using the JQuery Media Plugin. The server we are working on is based on Windows. For example, the path to the file:

\ server \ share \ music.mp3

In my testing, this is not yet possible.

0
source share
1 answer

You cannot refer to it directly, no. But you can pass it through a local script server, which makes your path request look something like this:

getmusic.php?id=music

getmusic.php script . mp3, . , , .

0

Source: https://habr.com/ru/post/1732052/


All Articles