No, I don't =S + _ // Emiliano Boragina _ // Diseño & Comunicación ////////////////// + _ // emiliano.boragina@xxxxxxxxx / // 15 40 58 60 02 /////////////////////////// + _ -----Mensaje original----- De: Phpster [mailto:phpster@xxxxxxxxx] Enviado el: Sábado, 11 de Julio de 2009 11:13 a.m. Para: Emiliano Boragina CC: <php-db@xxxxxxxxxxxxx> Asunto: Re: resize 10 upload image On Jul 10, 2009, at 10:18 PM, "Emiliano Boragina" <emiliano.boragina@xxxxxxxxx > wrote: > Hi again? > > How do I do to resize more than one image when I upload using php > and not > any library like the ?gd? > > I have this: > > > > $folder="../products"; > > copy($_FILES['5']['tmp_name'],$folder.'/'.$_FILES['5']['name']); > > $picture5=$_FILES['5']['name']; > > copy($_FILES['6']['tmp_name'],$folder.'/'.$_FILES['6']['name']); > > $picture5=$_FILES['6']['name']; > > . > > . > > . > > > > thanks > > > > + > > _ > // Emiliano Boragina _ > // Diseño & Comunicación ////////////////// > + > > _ > // emiliano.boragina@xxxxxxxxx / > // 15 40 58 60 02 /////////////////////////// > + > > _ > > > How do you expect to resize an image without using gd, do you have imagemagik installed? Bastien Sent from my iPod= -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php