
IT Functionality 9-20
© 2005 HMS Industrial Networks.
AB7607 User manual
File Functions
IncludeFile
This SSI function includes the contents of a file on a web page.
Syntax:
<?--#exec cmd_argument=’IncludeFile(Filename)’-->
Default output:
Success
- <File contents>
Failure
- Failed to open <filename>
SaveToFile
This SSI function saves the contents of a passed form to a file. The passed name/
value pair will be written to the file “File name” separated by the “Separator”
string. The contents can either be Appended to the file or overwrite the current
content of the file.
Syntax:
<?--#exec cmd_argument=’SaveToFile(
“File name”, “Separator”, [Append|Overwrite])’-->
Default output
:
Success - Form saved to file
Failure - Failed to save form