CodeCharge Studio |
All C#.NET VB.NET |
public string TemporaryFolder{get;set}
Public Property TemporaryFolder() As String
| Exception | Condition |
|---|---|
| System.IO.DirectoryNotFoundException | The specified folder does not exist. |
| System.Security.SecurityException | The working process does not have write permissions for the specified folder. |
FileUpload1.TemporaryFolder="%TEMP";
FileUpload1.TemporaryFolder="%TEMP"