Is there is website for audio auto generated link like imgbb.com for image upload in html ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Is there is website for audio auto generated link like imgbb.com for image upload in html ??

I want upload audio but that's not show

26th Jan 2020, 2:21 AM
Jashpal Singh Rajpurohit
Jashpal Singh Rajpurohit - avatar
3 Answers
+ 1
You can use dropbox. But i use Google Drive in my codes. Some prefer vocaroo too. Since a lot of people use google drive: (1) Upload the audio file to drive.google.com (2)Turn on link sharing and copy file link (3)Write the link as source in <iframe src="your link"></iframe> (4)At the end of the link, there will be /?view=***** Change it as /?preview=***** Set height and width, you can find your audio file working in your code.
26th Jan 2020, 5:08 AM
NightFox
NightFox - avatar
+ 2
Can you give me example
26th Jan 2020, 5:21 AM
Jashpal Singh Rajpurohit
Jashpal Singh Rajpurohit - avatar