fischadler
Programmer
I have a page for people to upload their pictures to. After uploading the pictures, I want these people to see a list of thumbnails of the pictures they've uploaded. I can show the actual pictures they've uploaded in a reduced size using the height and with parameters in the <img> tag, but the pictures take the same amount of time to load as if they were in the actual size. Is it possible to have an ASP page create an actual thumbnail of a picture by reading the file and writing a new one in a smaller size?
Thanks!
Thanks!