This topic lists Image Uploader features. For convenience they are grouped into several categories.
In this topic:
Some features are supported exclusively by the ActiveX or only by the Java version. Such features are marked as follows:
The main purpose of Image Uploader is to transfer files from the client machine to the server in a quick and efficient manner. To this end, Image Uploader delivers the following upload-related features:
This feature greatly increases the upload speed when you need to upload a downsized image instead of a large photo.
Although Image Uploader is able to upload any kind of files, it implements a number of features that make it a largely image-oriented solution:
All Image Uploader features are intended to make uploads convenient and friendly even for inexperienced users.
Image Uploader is designed to be flexible enough for any kinds of applications. Depending on your needs, you can enable or disable some specific features. For example, you can configure whether to:
Furthermore, you can configure restrictions for files the user uploads:
The appearance of Image Uploader is essentially customizable. You can adjust it to fit the look and feel of your website. You can do it using the following features:
Image Uploader user interface is easy to translate into other languages. Every piece of text displayed in Image Uploader can be modified. A great thing about this is that it allows modifying the language on-the-fly, which is very important for globally-targeted multilingual websites.
There are virtually no limitations when it comes to languages, locales and encodings: even East Asian (Chinese, Japanese, Korean, etc) languages are fully supported.
Moreover, Image Uploader already includes translations into several languages. They are
Of course, you may add any other locale, if you wish. For details, check the Localization topic.
Image Uploader consists of an ActiveX control and a Java applet. The helper JavaScript automatically detects the browser and loads either the ActiveX or the Java version. This way, a variety of modern browsers and operating system are supported.
See a full list of supported operating systems and browsers in the System Requirements topic.
Aurigma Image Uploader Dual is a purely client-side application, and, therefore, it does not depend on the server platform. It uploads data in the multipart/form-data format (see RFC 1867). It means that any HTTP-compliant server platform is able to process uploaded files.
You can configure POST request format to seamlessly integrate with CMSs, blogging systems, etc. For details, see POST Field Reference and Configuring POST Format sections.
Image Uploader is shipped with a number of demo applications written for different server platforms, namely:
These demo applications are distributed with the source code. They can be used as great starter kits. You will find code examples or even reusable blocks of code for the most typical cases. The following applications are available:
One more way to deploy Image Uploader on your web site is to use Image Uploader ASP.NET control. This is ASP.NET server control which offers the following advantages:
See the detailed instructions on how to use the control in the Inserting Image Uploader ASP.NET Control into ASP.NET Page article.