Click or drag to resize
CaptchaImageAudioFilesPath Property
Gets or sets the path to the directory where the audio (.wav) files are located. The default value is ~/App_Data/KaxCaptcha.

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

Property Value

Type: String
The path to the directory where the audio (.wav) files are located.
Remarks
Use the AudioFilesPath property to specify the directory where the audio (*.wav) files are located, and from which the audio code is generated. The audio files must be named "[Char]".wav (i.e. A.wav, B.wav, C.wav, 1.wav, 2.wav) and should contain the audio that corresponds to the specific character. Place the KaxCaptcha folder (provided with the installation) in the App_Data directory of your WebSite.
See Also