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 to upload large files like mp3 songs in phpHow can I export data into Word/Excel documents?
Hello, I have a php file that has octet binary numbers in it. How can I see the actual wording? This is an example of how it look: 00111010 11010010 And so on.
What does file_get_contents do?
how can we erase some data in a txt file after some bytes
