ASP free script: file upload and image resize (third release) |
Here you are two scripts that can solve the problem to upload files in your ASP application. They can also help you automatically resize image on server side.
This is the third release of the scripts that can be used to resize images also if there is not an image manipulation library, but there is ASP.NET support on the server.
The upload is done with a popup window and will not use any library. This is really needed if you have a server without an upload library.
If you want you can upload images and have them resized to a specified width and height, preserving aspect ratio. You can also create a thumbnail of the image.
This is done using ServerObjects ASPImage or, if not present, the Microsoft Office Web Components free library. If none of those library is present on the server, the resizing is done using the wbresize library in ASP.NET.
This new release is provided with more samples and documentation.