PHP Questions Home
Categories
Arrays
Files
Forms
Functions
Images
MySQL
Numbers
Others
Strings
Website
Unanswered

PHP Functions
PHP Functions

More PHP
Top Questions
Ask a Question
Sponsors

sponsor ad
Advertise Here

How can i upload large files like mp3 songs using php?


If you want to upload files, then you need to first create a file upload element in your HTML form.

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

Ask a Question / Comment on this Question and Answer >>>

More files PHP Questions

Where is a text file i created kept?
What is the use of file in php?
How do I open a file to write content to?
HOW CAN I VIEW THE WORD DOCUMENT IN THE PHP PAGE
What does file_get_contents do?