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!
迷茫2017-06-21 10:14:57
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.