Click or drag to resize
Upload Constructor (FuncHttpPostedFile, Object, Object)
Upload constructor with a function action

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public Upload(
	Func<HttpPostedFile, Object, Object> action
)

Parameters

action
Type: SystemFuncHttpPostedFile, Object, Object
Callback function that is executed when a file is uploaded.
See Also