How to access Files in html. [Solved] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

10th Nov 2020, 10:13 AM
Muhammad Atif Waheed
Muhammad Atif Waheed - avatar
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
10th Nov 2020, 10:19 AM
Simba
Simba - avatar
+ 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>
10th Nov 2020, 10:18 AM
Alphin K Sajan
Alphin K Sajan - avatar