Click or drag to resize

FileUploadedEventArgsDestinationName Property

Gets or sets a custom name how uploaded file can be identified. This value will be passed to the client-side and can be used by 'fileuploadfinished' JavaScript event handler.

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 string DestinationName { get; set; }

Property Value

Type: String
Remarks
If this property is , the path to the uploaded file used instead.
See Also