+ 5
Is space free
Is there any free space to upload MpÂł and i can it use in audio tags, do not want iframe, enbed
5 Answers
+ 17
You can do it with Dropbox
Like as
Dropbox link
https://www.dropbox.com/s/76j2ud8e1r97kku/Titanic.mp3?dl=0
In Last Remove 0 and write 1
https://www.dropbox.com/s/76j2ud8e1r97kku/Titanic.mp3?dl=1
Your link is ready to use And you can use it like as
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="https://www.dropbox.com/s/76j2ud8e1r97kku/Titanic.mp3?dl=1" type="audio/mpeg">
Msg Here if browser not support then will be show
</audio>
+ 14
Check out my latest answer
https://www.sololearn.com/Discuss/2436830/?ref=app
https://www.sololearn.com/Discuss/2436941/?ref=app
+ 11
You can use Google Drive for some free space. But, speed quality was... And data mining as well
Set the file to public, copy the link sharing url, paste it into the site below, and it'll give you a direct link that can be used in your codes to that file.
https://sites.google.com/site/gdocs2direct/
--------------------------------------------
https://www.sololearn.com/Discuss/2281884/?ref=app
+ 8
No, There is no space (On Sololearn) to upload any file
But you can use Dropbox to upload any file like img,audio,video etc. And use it to your html page
and many website available for this task check out my latest answer below mentioned
+ 6
You can upload to Google drive then point with the URL link of the audio file.
This is my code which is working on the same principle. All the songs are present on Google Drive. You can get more reference from here.
https://code.sololearn.com/WcaJTO58vAWm/?ref=app