This section contains information about Image Uploader
code samples grouped by server platforms. It contains instructions on how to deploy these samples
on your machine. If you need to see explanations on how these applications work, see the Samples by Application topic.
Code samples for the following server platforms are available:
Important
These demo applications are just examples of Image Uploader usage. Image Uploader is a client-side control/applet
(i.e. ImageUploader6.cab and ImageUploader6.jar file). All other codes (both HTML/JavaScript and server
pages) are not a part of Image Uploader! All the 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 specificity.
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.