--- Matt Hedges <[EMAIL PROTECTED]> wrote: > Hello... could anyone please tell me how to upload a picture using > php? > > I have this > > <input type="file" name="picture1" size="20"> > > but don't know how to specify how to store the pictures on the server.
You should look here: http://www.php.net/manual/en/ref.filesystem.php All you want to do is open a file, write to it, and close it. Hope that helps. Chris ===== Chris Shiflett - http://shiflett.org/ PHP Security Handbook Coming mid-2004 HTTP Developer's Handbook http://httphandbook.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php