KaxAsyncUploadTemporaryFolder Property |
Path to a folder where KaxAsyncUpload should save files temporarily until a postback occurs.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string TemporaryFolder { get; set; }
Public Property TemporaryFolder As String
Get
Set
public:
property String^ TemporaryFolder {
String^ get ();
void set (String^ value);
}
member TemporaryFolder : string with get, set
Property Value
Type:
StringRemarks
The ASP.NET process needs to have Write permissions for the specified folder. Also note that in Medium Trust scenarios
this should point to a subfolder of the Application Path.
Defaults to App_Data\KaxUploadTemp subfolder of the Application Path.
See Also