tags:

views:

100

answers:

1

Is there a way to copy an external mp3 url link, paste it in a form and once submitted it will be uploaded to own server using php?

A: 

Take a look at cURL. You can use it to grab a remote file. You will still need the URL, so you will have to parse the page using DOM or Regular Expressions.

Jonah Bron