How can i upload large files like mp3 songs using php?
Once uploaded, you can access all the various elements through the $_FILES global.
There are quite a few steps to the file upload process and quite a few checks that you should perform whilst you copy the file to the server and do whatever you want to do with it.
A full treatment is beyond the scope of this fairly brief question and answer format.
However there is excellent information that should tell you just what you need to know here:
http://uk3.php.net/features.file-upload
Comments on this Question/Answer
How can i upload large files like mp3 songs in phpBy: Dibyasuchi Mallick, 01 Jun 2009 23:13:50
Reply to comments / post your own comment >>>
ASK A QUESTION
More files PHP Questions
How do i keep my site menu in one file?how to upload large files like mp3 songs in php
how can we erase some data in a txt file after some bytes
How do I compare strings in two file and return similar string in another file?
Getting first five lines from a file
