Click or drag to resize

FileUploadEventArgsDestinationStream Property

Gets or sets a stream where file will be uploaded.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Stream DestinationStream { get; set; }

Property Value

Type: Stream
Remarks
Setting this property overrides SaveFolder and FileName properties values.
See Also