ImageController..::..SaveFile Method
Saves base64 image as a file.
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult SaveFile( string Mode, string ObjectName, string PropertyName, string FileName, string Base64, string CurrentValue, KeyValuePairs[] FormValues, string Name )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function SaveFile ( _ Mode As String, _ ObjectName As String, _ PropertyName As String, _ FileName As String, _ Base64 As String, _ CurrentValue As String, _ FormValues As KeyValuePairs(), _ Name As String _ ) As ActionResult
Parameters
- Mode
- Type: String
Object,Process or Report
- ObjectName
- Type: String
Object Name.
- PropertyName
- Type: String
The property name.
- FileName
- Type: String
File name.
- Base64
- Type: String
A base64 Image.
- CurrentValue
- Type: String
- FormValues
- Type: array<KeyValuePairs>[]()[][]
- Name
- Type: String