| Aurigma Image Uploader 1.0 for
Java |
|
Overview
Image Uploader is a client-side Java applet which allows you to browse images on the
client computer, make basic image processing (generate thumbnails, rotate), edit
description of images, and then upload them images to server. It drammatically increased
convinience for images uploading to server as against of standart HTML forms (using
<input type= "file" .... >). It can upload not only the image but ready thumbnails
for it, thus you need not a component which generates thumbnails on 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. The code samples for ASP, ASP.NET, ColdFusion, Perl, PHP, and JSP are available.
Features
- Easy navigation through the folders on your computer. Displays thumbnails for the
pictures (JPEG, TIFF, PSD, WBMP, BMP, and GIF). You can also switch between different
views: thumbnails, details, list, and icons.
- Ability to specify limitation for total upload size, dimensions, uploaded files
count, and single file size.
- Ability to specify filters for file types.
- Ability to attach additional forms to the uploading data (input, select, and
textarea fields).Memory friendly even for huge number of uploaded files.
- A progress bar is displayed during the upload.
- Full control of uploading process via client scripts (including even custom
progress bar).
- Compatible with most modern browsers (which support Java runtime 1.4): Internet
Explorer (both for Windows and MacOS X), Mozilla, Safari, Opera, Konqueror.
- Automatic recovery of upload if connection is broken.
- Generating up to three thumbnails or different sizes (on client-side).
- Rotating on 90 degrees (on client-side).
- Files can be uploaded in separate requests. This means that if upload process was
interrupted, user will be able to resume it. He will not have to upload files which
already have been uploaded.
- Support of non-image files.
- Ability to add descriptions to each file.
- Appereance customization.
- International languages support. Easy to localize Image Uploader user interface to
other languages. Each text which can be displayed in Image Uploader can be changed.
East Asian (Chinese, Japanese, Korean, etc) languages are fully supported too.
- Drag-n-drop support.
- XP styles support.
- Code samples for the following platforms are available:
- ASP (for several upload components);
- ASP.NET;
- PHP;
- Perl;
- Cold Fusion;
- JSP (tested on Resin and Tomcat servers).