This topic highlights basic information which you need to know to start using Image Uploader.
Steps to Use Image Uploader
To integrate Image Uploader with your website, you always need to do the following steps:
- Copy ImageUploader5.cab and ImageUploader5.jar to your server where the website is running.
- Link the helper iuembed.js script and add Image Uploader to a page where you need to use it.
- Configure Image Uploader parameters. This is when you should use your license key, if you purchased it.
- Write the server-side upload processing code that parses the POST request sent by Image Uploader.
Where to Find Code Samples
Image Uploader is distributed with a big number of demo applications which can be used as code samples. You can find them in the installation folder of Image Uploader.
The following code 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
for the following platforms:
Where to Find Other Information
Below you will find a number of useful links related to Image Uploader.
-
Image Uploader Online Demo
-
Online demo of Image Uploader. You can use it if you want to see Image Uploader in action without installing demo applications on your machine.
- Deployment Notes
-
Information how to deploy Image Uploader on the production server.
- Removing Limitations of Evaluation Version
-
Information how to use license keys obtained upon purchase to remove limitations of the evaluation version.
- ImageUploader Class Members
-
List of the ImageUploader class members. It will be useful when you start configuring Image Uploader parameters. If you use other classes, you can find information about their members in the API Reference section of this documentation.
- Helper Script Reference (iuembed.js)
-
Reference and programmer's guide for the helper iuembed.js script. It is highly recommended to familiarize yourself with this topic before you start editing the Image Uploader-related client-side code.
- POST Field Reference
-
Reference of POST fields that are sent to the server by Image Uploader. It will be useful when you modify the server-side code during integration with your website.
- Using Image Uploader
-
Root topic for the Image Uploader manual, which contains a number of articles that teach how to use Image Uploader for different tasks.
- Troubleshooting
-
Section that contains solutions for most typical problems, which may be encountered when using Image Uploader.