Home > ASP, Javascript, Programming, Website Design, XHTML > Image Upload & Re-size Scripts

Image Upload & Re-size Scripts

December 1st, 2009

I have an image browse field on a form on one of my web sites. I need a script that will do the following:

1. When the form is submitted, it will check the image being uploaded for width, size, and height. If it is over a certain amount for each, it will display an error message. The site uses FreeASPUpload to upload images.

2. After the image is uploaded, I need a script where I can change the size of the image by percentage. Example: Make image 25% smaller, or 50% bigger, etc.

If javascript is needed for these scripts that is fine.


Image Upload & Re-size Scripts

Comments are closed.
Bear