javascript - MP3 needs to be uploaded and get the online address
仅有的幸福
仅有的幸福 2017-06-21 10:12:57
0
1
1209

Now I need to upload the mp3 file to the Internet and get the address that can be played online. What should I do? Thanks!

仅有的幸福
仅有的幸福

reply all(1)
迷茫

Use form to express, <input type="file" />, and upload it to the server. The background language can be written in PHP. Then the playback address is your server address + the path of the mp3 file + the name of the mp3 file.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template