Description
-
Determines if folder browsing is allowed.
Property type
-
A Boolean value.
Syntax
-
object.AllowBrowsing [= value]
The AllowBrowsing Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodWebServer. |
| value |
A Boolean value. |
Remarks
-
This property specifies if wodWebServer will generate browsable
list of files in a folder when client requests a valid directory,
but where index.html does not exist. Clients will be able to
navigate through files/folders and download them. wodWebServer does
not interfere in any way in directory listing - it just provides it
as HTML table to the client, generating download URLs for each of
them.
|