Home  >  Q&A  >  body text

javascript - MP3 needs to be uploaded and get the online address

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!

仅有的幸福仅有的幸福2698 days ago1093

reply all(1)I'll reply

  • 迷茫

    迷茫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.

    reply
    0
  • Cancelreply