This section contains information about Image Uploader code samples grouped by server platforms. It contains instructions how to deploy these samples on your machine. If you need to see explanations how these applications work, see the Samples by Application topic.

Code samples for the following server platforms are available:

NoteImportant

These demo applications are just examples of Image Uploader usage. Image Uploader is a client-side control/applet (i.e. ImageUploader5.cab and ImageUploader5.jar file). All other code (both HTML/JavaScript and server pages) is not a part of Image Uploader ! All actions performed on server (such as saving files to folders, deleting previously uploaded files, and others) are made by this code rather than by Image Uploader.

Keep in mind that these demo applications are intended for demonstration purposes only. It is not recommended to use it in production. For real-life applications you should write your own code which takes into account its specifics.

However you can use these demos as starter kits that illustrate how to use Image Uploader in some typical situations. Feel free to copy and modify the code from these applications.