HTML file upload to FTP server?

The King

New member
I am trying to upload a file with a form with this small snippet
<p>
Upload Song:<br>
<input type="file" name="datafile" size="40">
</p>

but I'm having trouble trying to find out how to get this to be uploaded to an FTP server using PHP. I've searched all around for scripts but none are really helpful. Any help would be greatly appreciated!
 
Back
Top