PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
you will have to let the file upload then check the image properties using the GD library functions if you have that functionality on your server check out the entry for
it is totally possible. i have a script that checks image size, and resizes the image if its too big. however mine will only accept jpg and png files. check out the Image Functions on php.net. also you must have a GD library installed.