Gets or sets the name of javascript function calling at file upload start.
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.3.10526 (1.4.3)
Syntax
C# |
---|
public string OnFileStart { get; set; } |
Visual Basic |
---|
Public Property OnFileStart As String Get Set |
Visual C++ |
---|
public: property String^ OnFileStart { String^ get (); void set (String^ value); } |