The below examples demonstrate how to use the EAUpload component to upload files to the web server.
Each example will be opened in a new window. At the bottom of each page you can find link to the source code.
This examples were tested. They work correctly in: IE5+, FireFox 1.0+, Netscape 7+, Opera 8+, Safari.
Simple upload
The simplest quick start demo.
Upload to the same page
Demonstrates how to handle uploaded files via post back request.
Upload with progress bar
Demonstrates how to upload files to the web server and how to display a status information of an upload process.
Upload file with Ajax progress bar
Demonstrates how to upload files to the web server and display a status information of an upload process on the same page, without page reload.
Ajax file upload with Ajax progress bar
Demonstrates how to upload file without page reload. (IFrame technique)
Upload multiple files
Demonstrates how to upload multiple files to the web server by dynamically adding INPUT elements.
Upload multiple files via Flash Uploader
Demonstrates how to upload multiple files to the web server by using EAFlashUpload component.
Validate file extention
Demonstrates how to validate an extension of file before uplsoading it to the server.
Upload and extract zip archive
Demonstrates how to upload a zip archive and extract it on a server.
Change environment of the specific upload
Demonstrates how to preset a specific environment for the single upload process.
Please don't hesitate to let us know if you have questions regarding above examples. Write to support@easyalgo.com