Dont understand | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Dont understand

what hosting to upload music for html audio

13th Apr 2021, 7:40 AM
Alexander Sokolov
Alexander Sokolov - avatar
6 Answers
+ 3
Hi! you need to place the content (audio, video, photo) on a hosting, server, cloud storage... where it is useful and take direct external links to the file from there. and then insert them into your tags of your html page. as an example, see how the image in my page works: https://code.sololearn.com/W0YYbYE1b35P/?ref=app
13th Apr 2021, 8:53 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 3
If paid services are an option you could go for something like Amazon S3, it's 0.023$ per GB per month, and 0.0004$ per 1000 file accesses. That's peanuts but you do need a credit card. If you need a free service, I don't know. Maybe dropbox or google drive or something.
13th Apr 2021, 8:08 AM
Schindlabua
Schindlabua - avatar
+ 3
Images https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Images_in_HTML How To Upload your phone images on SoloLearn using phone https://code.sololearn.com/WT3661NHpV3B/?ref=app Upload content with Dropbox [Tutorial] https://code.sololearn.com/WW6t4B73kJVz/?ref=app How to host/upload an image (IMGBB way) /by Farhanaz/ https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
13th Apr 2021, 8:56 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 2
EO4Wellness I have already been helped. but thanks.
18th Apr 2021, 7:35 AM
Alexander Sokolov
Alexander Sokolov - avatar
0
<audio src="hosting?"></aduio>
13th Apr 2021, 7:41 AM
Alexander Sokolov
Alexander Sokolov - avatar
0
Many cloud providers, give a free trial period. A free blog service often allows media uploads, which can be shared.
18th Apr 2021, 7:19 AM
EO4Wellness
EO4Wellness - avatar