The name of the uploaded file
Namespace:
HttpServer
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string UploadFilename { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property UploadFilename As String |
| Visual C++ |
|---|
public:
property String^ UploadFilename {
String^ get ();
void set (String^ value);
} |
See Also