Jump to content

PHP Upload Validation


vajra_hendry

Recommended Posts

Hi Guys,

 

Quick question in regards to upload restrictions.  I have a site that allows clients to upload banners.  It forms some simple checks like :

 

if(!ereg("image",$_FILES['pix']['type']))
{
echo "<b>Please only upload image files</b><br>";
}

 

What I could really do with now is a line that checks the dimentions of the image.  Basically I dont want anyone to be able to upload an image LARGER than say 125 x 125 pixels. 

 

Anyone know if this can easily be done?

 

Much Appreciated

 

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/74162-php-upload-validation/
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.