There is a solution, although it is not the most convenient.
You can use Jailbreak for your iOS device, install Cydia and download / install a web server such as iFile.
Then you can refer to any device file system file, referring to the device IP address, for example:
<source src="http://192.168.xx:10000/local/path/video.mp4" type="video/mp4" />
iFile will also give you direct access to your file system. Alternatively, you can use OpenSSH to remotely access your file system using programs such as WinSCP.
Marvin strenger
source share