yes, using the Glib for example...
you can set a MAX FILE SIZE for the images you upload, and check it afterwards for size and format. After that you move the temporary files to their destination folder...
check http://www.php.net/manual/en/features.file-upload.php and http://www.php.net/manual/en/ref.image.php
bb9876 wrote:
I want to allow people to upload images but I want to be able to put limitations on it, such as allow only jpg and gif extensions and make sure the image is no larger than 60x60. Is there any way to do this?
Thanks