UploaderBaseTempDirectory Property |
Specifies where AjaxUploader should put the temporary files.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic string TempDirectory { get; set; }
Public Property TempDirectory As String
Get
Set
<asp:UploaderBase TempDirectory="String" />
Property Value
Type:
StringThe temp directory.
See Also