Click or drag to resize
KaxUploadReadOnlyFileInputs Property
Gets or sets a value indicating if the file input fields should be read-only (e.g. no typing allowed).

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool ReadOnlyFileInputs { get; set; }

Property Value

Type: Boolean
true when the file input fields should be read-only; otherwise false.
Remarks
When users type into the box and the filename is not valid, the form submission in Internet Explorer could not proceed or even display a javascript error. This behavior can be avoided by setting the ReadOnlyFileInputs property to true.
See Also