Jump to content

limiting size of image


zang8027

Recommended Posts

ok well i got my image to upload into my images/ folder and display on my catalog. I was wondering how to limit the size of the image.

 

I want the image to be 80x80

//


Define place image is going to be stored
$moveimg="images/";

$tempFile=$HTTP_POST_FILES['uthumb']['tmp_name'];
$destination=$HTTP_POST_FILES.$moveimg['uthumb']['name'];
copy($tempFile,$destination);


//Define our own name for use
$newthumb=$HTTP_POST_FILES['uthumb']['name'];

Link to comment
https://forums.phpfreaks.com/topic/99214-limiting-size-of-image/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.