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:
-
How to: Create and Configure Virtual Directories in IIS
http://msdn.microsoft.com/en-us/library/zwk103ab(VS.80).aspx -
Creating ASP.NET Web Application Root Directories in IIS
http://msdn.microsoft.com/en-us/library/ha2y9493.aspx -
How to upload a file to a Web server in ASP.NET
http://support.microsoft.com/kb/323246/EN-US
PHP examples (Examples\PHP)
Before running examples please ensure your web server is configured to run PHP scripts.
See also:
-
PHP: Installation and Configuration
http://php.net/manual/en/install.php -
PHP: Handling file uploads
http://php.net/manual/en/features.file-upload.post-method.php
Examples for other languages: ColdFusion, JSP, Perl
Folders contain the basic example which demonstrates how to upload multiple files to the web server.