Examples Installation

The EAFlashUpload distribution package contains trial version of component and set of various examples. Installation process requires only extracting examples to appropriate folder and configuring the server-side scripts.

Extract downloaded archive and copy content of "Examples/<your preferable platform>" folder to location on your web server where it will be accessible via a web browser (ex: "<% web server root folder %>\EAFlashUpload") and run default.aspx(ASP.NET) | index.php (PHP) | simpleupload.html (for other platforms) (ex: http://localhost/EAFlashUpload/default.aspx).

ASP.NET examples (Examples\ASP.NET)
Provided as a solution for Visual Studio 2008 Express. You may run examples as on VS development web server as on IIS server. Before running ASP.NET examples on IIS server please ensure ASP.NET was installed on your web server. You should create also ASP.NET Web Application for virtual directory.

See also:


PHP examples (Examples\PHP)
Before running examples please ensure your web server is configured to run PHP scripts.

See also:


Examples for other languages: ColdFusion, JSP, Perl
Folders contain the basic example which demonstrates how to upload multiple files to the web server.