PowerWEB File Upload for ASP.NET
TempFilePath Property
See Also  Send comments on this topic.
Dart.FileUpload Namespace > PostedFile Class : TempFilePath Property



The temporary path of the posted file during the upload.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TempFilePath As String
Visual Basic (Usage)Copy Code
Dim instance As PostedFile
Dim value As String
 
value = instance.TempFilePath
C# 
public string TempFilePath {get;}
C++/CLI 
public:
property String^ TempFilePath {
   String^ get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.