Send file (ZeyOS)
XML
<file:send filename="string"/>
<file:send /> sends a file to the client.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| filename | string | Filename/URL | file:send |
Examples
XML
<file:send filename="./test/ixml.inc"/>
<file:send filename="string"/>
<file:send /> sends a file to the client.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| filename | string | Filename/URL | file:send |
Examples
<file:send filename="./test/ixml.inc"/>