Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Server.WebServer
- WeOnlyDo.Server.WebHeader
- WeOnlyDo.Server.WebHeaders
- WeOnlyDo.Server.WebRequest
- WeOnlyDo.Server.WebResponse
- WeOnlyDo.Server.WebSessions
- WeOnlyDo.Server.WebSessionVar
- WeOnlyDo.Server.WebSessionVars
- WeOnlyDo.Server.WebUpload
- WeOnlyDo.Server.WebUploads
- WeOnlyDo.Server.WebUser
- WeOnlyDo.Server.WebUsers
- How to get support?
Filename property
Holds filename of uploaded file, if provided.
Type
StringSyntax
- C#
- VB.NET
String Filename {get; };
ReadOnly Property Filename As String
Remarks
Filename property holds name of the file uploaded in this part, if one is found. Usually, if this property is not empty then it holds uploaded file you can Save later on. To determine what type of uploaded content it is, you can use Type property.Filename property is extracted from the headers of the uploaded part, usually Content-Disposition header.