Click or drag to resize
Upload Constructor (String)
Upload constructor with a path action

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public Upload(
	string action
)

Parameters

action
Type: SystemString
Location for where to store the file. This should be an absolute path on your system.
See Also