Gary E. Terry wrote:
Nope... here is the output. "-- -- Array ( [error] => )"
So files aren't being uploaded properly at all. Does your form have: enctype="multipart/form-data" in the form header? ie <form name='blah' action='form2.php' enctype="multipart/form-data"> .... Are your picture fields files? Upload file: <input type="file" name="pictures[]"> -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php