Aurigma Image Uploader 6.5 Dual
Samples
Image Uploader is distributed with numerous code samples that demonstrate how to use it in different server environments for various applications. Find the information about these demos in this section.
Samples Summary
All the code samples, which are distributed with Image Uploader, can be found in the Samples subfolder of the Image Uploader SDK installation folder.
The following samples are available:
- Basic Demo Sample
- User Quota Sample
- Optimized Upload Sample
- Photo Order Sample
- Localization Sample
- Concurrent Upload Sample
- Open File Dialog Sample
- Multiple Descriptions Sample
- Robust Upload Sample
- Watermark Sample
- Server Imaging Sample
Each of these applications is written for the following server platforms:
- ASP.NET Samples (VB.NET and C#; Mono-compatible)
- ASP Samples
- PHP Samples
- JSP Samples
- ColdFusion Samples
- Perl Samples
- Python Samples
- Ruby Samples
The only exception is the Server Imaging Sample - there is no ColdFusion version of this demo.
How This Section Is Organized
This section is divided into two parts: Samples by Application and Samples by Platforms.
- Samples by Application
-
Describes code samples by their application, without drawing any attention on server platform specificity.
- Samples by Platforms
-
Contains platform-specific information about code samples, in particular, how to deploy them on the server.
For example, let's assume you are interested to see how to optimize upload size in ASP.NET. In this case you should check these two topics:
- Optimized Upload Sample - to find information on how to resize and compress images using Image Uploader settings.
- ASP.NET Samples - to learn how to install and get this demo application working on your server.