This example demonstrates how to add a custom property for files, display it as a custom column and send its value to the server. Here we define "Description" custom property for demonstration purpose. Actually the name can be any. Also this example demostrates how EAFlashUpload parses form and sends values to the server (values can be sent with the first file or with each file).

Note: Trial version has two limitiations: maximum files count is 10 and size of each file cannot be larger than 50 MB.


 Check if form fields should be sent with each file

Some menu:      Author: 

You can use Request.Form["field name"] object for ASP.NET or $_REQUEST["field name"] for PHP to retrieve values on the server side.


You need at least Adobe Flash Player 10 for successful work. Download the latest version from here:
Adobe Flash Player
Server response:
Clear list


View source code