UploadController..::..Upload Method
Upload.
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult Upload( string Base64, string Name, string Path, string Mode, string ObjectName, string PropertyName, KeyValuePairs[] FormValues )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function Upload ( _ Base64 As String, _ Name As String, _ Path As String, _ Mode As String, _ ObjectName As String, _ PropertyName As String, _ FormValues As KeyValuePairs() _ ) As ActionResult
Parameters
- Base64
- Type: String
Base64.
- Name
- Type: String
Name.
- Path
- Type: String
Path.
- Mode
- Type: String
- ObjectName
- Type: String
- PropertyName
- Type: String
- FormValues
- Type: array<KeyValuePairs>[]()[][]