Connecting Tech Pros Worldwide Help | Site Map

Uploading in PHP

iNDRia
Guest
 
Posts: n/a
#1: May 16 '06
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.

thnx

Marcin Dobrucki
Guest
 
Posts: n/a
#2: May 16 '06

re: Uploading in PHP


iNDRia wrote:[color=blue]
> 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.[/color]

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
Closed Thread