Class UploadedFile
Namespace: TecnoPack.WebServer
Assembly: CO0002_Templ_FlowpackHMI_V00_26_M.dll
Represents an uploaded file extracted from a multipart/form-data request.
public class UploadedFile
Inheritance
object ← UploadedFile
Properties
Data
Gets or sets the raw file data as a byte array.
public byte[] Data { get; set; }
Property Value
byte[]
FileName
Gets or sets the original file name.
public string FileName { get; set; }
Property Value
string