Don't know if this is possible, but does anyone know of a script that can resize images client side.
A website running a shop sells personalised gifts, and therefore it would be good to take the customers image at point of sale, however an asp upload wouldnt work as there are too many folks that wont have/use image processing programs and would probably want to try and upload a 12mb image taken from their camera!
I need to somehow find a program that can resize an image and then upload it to the server, one that the users could possibly add text as well would just be a dream.
Any number of the server-side asp graphics components will do this, like ASPJpeg, ASPImage, etc. Check if your host supports these. They have methods to resize the files, compress jpegs, and can also check the file size for you.