Obviously I'm still a newb so i as ask Please how can i import audio/video from my local storage to my code playground in HTML5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Obviously I'm still a newb so i as ask Please how can i import audio/video from my local storage to my code playground in HTML5

21st Jul 2020, 7:24 PM
daniel
daniel - avatar
3 Answers
+ 6
First you should learn this about on HTML5 about the syntax that import audio/ video .Then you should first upload your audio/ video in Dropbox, upload win & google drive etc then you can copy the link of of uploaded audio/video .
21st Jul 2020, 7:31 PM
Sâñtôsh
Sâñtôsh - avatar
+ 2
[Yes. First complete the course.] You need to upload file to a cloud site like Dropbox, if your file is in your mobile. It won't access local storage.. So upload and then copy that link and paste as src value. To know how upload and import to Program... Run this code and see steps to follow: For images : https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app For all files : https://code.sololearn.com/WW6t4B73kJVz/?ref=app
21st Jul 2020, 7:39 PM
Jayakrishna 🇮🇳
0
Thank you all , i just asked because in the lesson's comment section , i read a comment that said there was a way to import audio/video from local storage but thank you now i'll follow this method
22nd Jul 2020, 1:24 AM
daniel
daniel - avatar