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 configuration of server-side scripts.

Extract downloaded archive and copy content of "Examples" 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.html (ex: http:// localhost/EAFlashUpload/default.html).

Examples structure:


ASP.NET examples (ServerScripts\ASP.NET)


Before running ASP.NET examples please ensure ASP.NET was installed on your web server. You should create also ASP.NET Web Application for ServerScripts/ASP.NET virtual directory.

See also:


PHP examples (ServerScripts\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 (uploadfiles.*) that aloows receive files on the server.