Image upload script with resize
PHP image upload script.
Make sure you make the "image_files" folder writable on your server.
You can specify a maximum file size and maximum image width/height inside the php code; Users can also specify maximum width/height when they upload the image, so that image is scaled down if they want to.