Ajax Uploader Examples(C#)

Here are some examples for Ajax Uploader, an easy to use, hi-performance ASP.NET File Upload Control:

1. Simple Upload with Progress

A basic sample demonstrating the use of the Upload control.

2. Selecting multiple files for uploading

Ajax Uploader allows you to select multiple files and upload multiple files at once.

3. Simple Upload with Progress (Customizing the UI)

A sample demonstrating how to customize the look and feel of file upload controls.

4. Customize Progress Bars

A sample demonstrates how to customize default progress bar to fully suit your needs.

5. Simple Upload with Progress (Custom Validation)

A sample demonstrating how to create user-defined validation functions for an upload control.

6. Uploading multiple files like GMail

Google's GMail has a nice way of allowing you to upload multiple files. Rather than showing you 10 file upload boxes at once, the user attaches a file, you can click a button to add another attachment.

7. Large File Upload

Ajax Uploader allows you to upload large files to a server with the low server memory consumption.

8. Persist Uploaded File through Postback

A sample demonstrating how to persist the selected files during page postbacks. Ajax Uploader can hold an object temporarily and you can save it anytime you want.

9. Simulate File Upload

A sample demonstrating how to use .Upload method to simulate a file upload event.

10. Uploading multiple files (Limit the maximum number of files allowed to upload)

This example shows you how to limit the maximum number of files allowed to upload. In the following example, you can only upload 3 files.

11. Start uploading manually

This sample demonstrates how to start uploading manually after file selection vs automatically.

12. Drag Drop File (HTML5 Only)

This sample shows you how to accept the files from drag&drop.