Aurigma Image Uploader 1.1 for Java  

Overview

Image Uploader is a client-side Java applet which allows you to browse images on the client computer, apply basic image processing (generate thumbnails, rotate), edit descriptions of images, and then upload these images to server. It greatly increases convinience of uploading images to the server as compared to standart HTML forms (using <input type= "file" .... >). It can upload not only the image itself, but also its thumbnails, thus eliminating the need for any server-side component which would generate thumbnails on the server.

It retrieves data to server in standard multipart/form-data. This means that the data can be handled by any HTTP-compatible server environment: ASP, ASP.NET, Perl, PHP, JSP, etc. Code samples for ASP, ASP.NET, ColdFusion, Perl, PHP, and JSP are available.

Features