I want to play a video file, which is coming from the mobile device's folder.
(say the mobile device's /storage/emulated/0/Download folder
)
How do I do that with rails? All I see from searching is loading from the server machine.
This is because I do not want to load it from the server machine, because of some limitations.
Is this possible?
If not, do you have any suggestions on how to approach this?
Thanks.