0
How/where to upload files so that i could use them in my html?
ok this is important.. if i wanted to make an html, obviously i can't keep using pics or vids etc that i find on google.. so where can i upload my files online so i could use them?
3 Réponses
+ 2
Upload them to a public storage like Dropbox and Google Drive and set their privacy as public. Then you can use their URL as href/src in different elements
+ 1
THANK YOU
0
i used drive and uploaded a pic and made public to try it out
used this with src/href/url
<img src="https://drive.google.com/file/d/1Kva62YLryCssuPFsx-Ezgo2BOLe1izJW/view?usp=drivesdk" alt="Not Found"/>
it didn't work