0
How to access Files in html. [Solved]
I want to ask that is it possible that we access file of system. Like I need to get my video (in my D folder of laptop) to get displayed on sololearn... I know it will work only for me but I need to know that how can I do this.
2 Answers
+ 8
You said "got it bro" here.
So I can guess you already got it.
Next time, try to avoid posting duplicate questions.
https://www.sololearn.com/Discuss/2584336/?ref=app
+ 4
For the particular case of accessing video,u can use the video tag:
<video controls>
<source src="pathofvideo in D drive" type="video/mp4>
</video>