Hello all, I really need ASP classic script / a way to generate thumb image. I v got image with 400x300 and I need to generate them auto to 100x100..
With classic ASP you need to use a component to generate a thumbnail so you will need to check with your host to see if they have any or if they allow you to install your own. With .Net it is simple to do thumbnails and no additional components are required
Easy to do with .net, not sure about classic asp... you don't have to change your whole site to .net, just the page for the thumbnail image..