Re: resize 10 upload image

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 







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



[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux