PHP Uploader Ajax Uploader for ASP.NET
Home | Demo | Deployment | Forums | Order

Online Demo

Basic Examples

1. Simple Upload with Progress
A basic sample demonstrates the use of the Upload script.

2. Selecting multiple files for upload
PHP Uploader allows you to select multiple files and upload multiple files at once.

3. Customizing UI
A sample demonstrates how to customize the look and feel of file upload scripts.

4. Customizing Upload Validation
A sample demonstrates how to create user-defined validation functions for an upload script.

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

6. File Upload with Custom handler
A sample demonstrates how to implement a custom upload handler then accepts the incoming files. In handler page (UploadUrl) developers can rename the uploaded files, process other logics programmatically.

7. Keeping state after submitting
A sample demonstrates how to keep uploaded file state during page postbacks.

Ajax samples

8. Selecting multiple files for upload
PHP File Uploader allows you to select multiple files and upload multiple files at once.

9. Building attachment table
This sample demonstrates how to build your own attachment table.