resize 10 upload image

resize 10 upload image

am 11.07.2009 04:18:37 von Emiliano Boragina

------=_NextPart_000_000D_01CA01B4.C3668F60
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi again=85

How do I do to resize more than one image when I upload using php and =
not
any library like the =93gd=94

I have this:

=20

$folder=3D"../products";

copy($_FILES['5']['tmp_name'],$folder.'/'.$_FILES['5']['name ']);

$picture5=3D$_FILES['5']['name'];

copy($_FILES['6']['tmp_name'],$folder.'/'.$_FILES['6']['name ']);

$picture5=3D$_FILES['6']['name'];

..

..

..

=20

thanks

=20

+ =
_
// Emiliano Boragina _
// Dise=F1o & Comunicaci=F3n //////////////////
+ =
_
// emiliano.boragina@gmail.com /
// 15 40 58 60 02 ///////////////////////////
+ =
_

=20


------=_NextPart_000_000D_01CA01B4.C3668F60--

Re: resize 10 upload image

am 11.07.2009 16:13:17 von Phpster

On Jul 10, 2009, at 10:18 PM, "Emiliano Boragina" =
> wrote:

> Hi againâ€=A6
>
> How do I do to resize more than one image when I upload using php =20
> and not
> any library like the â€=9Cgdâ€=9D
>
> I have this:
>
>
>
> $folder=3D"../products";
>
> copy($_FILES['5']['tmp_name'],$folder.'/'.$_FILES['5']['name ']);
>
> $picture5=3D$_FILES['5']['name'];
>
> copy($_FILES['6']['tmp_name'],$folder.'/'.$_FILES['6']['name ']);
>
> $picture5=3D$_FILES['6']['name'];
>
> .
>
> .
>
> .
>
>
>
> thanks
>
>
>
> + =20
> =20
> _
> // Emiliano Boragina _
> // Diseño & Comunicación //////////////////
> + =20
> =20
> _
> // emiliano.boragina@gmail.com /
> // 15 40 58 60 02 ///////////////////////////
> + =20
> =20
> _
>
>
>


How do you expect to resize an image without using gd, do you have =20
imagemagik installed?

Bastien

Sent from my iPod=

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: resize 10 upload image

am 11.07.2009 16:57:21 von Yves Sucaet

I agree with using ImageMagick. It works much faster than GD and you'll be
able to manipulate much larger images.

----- Original Message -----
From: "Phpster"
To: "Emiliano Boragina"
Cc:
Sent: Saturday, July 11, 2009 9:13 AM
Subject: Re: [PHP-DB] resize 10 upload image






On Jul 10, 2009, at 10:18 PM, "Emiliano Boragina"
> 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@gmail.com /
> // 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




--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: resize 10 upload image

am 12.07.2009 17:22:55 von Emiliano Boragina

No, I don't =3DS

+ =
_
// Emiliano Boragina _
// Dise=F1o & Comunicaci=F3n //////////////////
+ =
_
// emiliano.boragina@gmail.com /
// 15 40 58 60 02 ///////////////////////////
+ =
_

-----Mensaje original-----
De: Phpster [mailto:phpster@gmail.com]=20
Enviado el: S=E1bado, 11 de Julio de 2009 11:13 a.m.
Para: Emiliano Boragina
CC:
Asunto: Re: [PHP-DB] resize 10 upload image





On Jul 10, 2009, at 10:18 PM, "Emiliano Boragina"
> wrote:

> Hi again=85
>
> How do I do to resize more than one image when I upload using php =20
> and not
> any library like the =93gd=94
>
> I have this:
>
>
>
> $folder=3D"../products";
>
> copy($_FILES['5']['tmp_name'],$folder.'/'.$_FILES['5']['name ']);
>
> $picture5=3D$_FILES['5']['name'];
>
> copy($_FILES['6']['tmp_name'],$folder.'/'.$_FILES['6']['name ']);
>
> $picture5=3D$_FILES['6']['name'];
>
> .
>
> .
>
> .
>
>
>
> thanks
>
>
>
> + =20
> =20
> _
> // Emiliano Boragina _
> // Dise=F1o & Comunicaci=F3n //////////////////
> + =20
> =20
> _
> // emiliano.boragina@gmail.com /
> // 15 40 58 60 02 ///////////////////////////
> + =20
> =20
> _
>
>
>


How do you expect to resize an image without using gd, do you have =20
imagemagik installed?

Bastien

Sent from my iPod=3D


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php