Posted by Marcin Dobrucki on 05/16/06 10:44
iNDRia wrote:
> How can i upload a file by using PHP?
>
> I found some codes on the net but they don't explain how the code
> works.
When you upload a form with the <input type="file"...>, php will give
you a $_FILES array which will contain everything you need.
You have, ofcourse, read the php.net tutorial on file uploads:
http://www.php.net/features.file-upload
[Back to original message]
|