Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

AJAXPostedFile.TempFileName Property

Gets the temporary file name of this posted file.

[Visual Basic]
Public ReadOnly Property TempFileName As String
[C#]
public String TempFileName {get;}

Remarks

This property returns null (Visual Basic Nothing) if FinalFileLocation is set, in which case you should use FinalFileName.

See Also

AJAXPostedFile Class | EO.Web Namespace


Direct link to this topic