The server waits until the file appears on disk
numero = 190WaitForFile will wait a specified number of seconds (default 30) until the file appears. The template will not finish executing and the HTML will not be returned to the visiting browser until the WaitForFile finishes.
Example[waitforfile file=ICVer001.ans]Some WebDNA to parse the ICVerify answer file format and do something important with it[/WaitForFile]You can write WebDNA that learns if the WaitForFile timed out:
[text]succeeded=F[/text][waitforfile file=FileToWaitFor.txt]Some WebDNA to execute if the file is found[text]succeeded=T[/text][/waitforfile][showif [succeeded]=T] File was found! [/showif][showif [succeeded]=F] File was not found! [/showif]The value of [succeeded] becomes either T or F, depending on whether or not the [waitforfile] succeeded in finding the file on disk before the timeout expired.
Parameter | Description |
---|---|
file | |
timeout | (Optional) Number of seconds to wait before cancelling the operation. No WebDNA inside the [WaitForFile] context will be executed. Defaults to 30 seconds if not specified. |
WaitForFile will wait a specified number of seconds (default 30) until the file appears. The template will not finish executing and the HTML will not be returned to the visiting browser until the WaitForFile finishes.
[waitforfile file=ICVer001.ans]
Some WebDNA to parse the ICVerify answer file format and do something important with it
[/WaitForFile]
[text]succeeded=F[/text]
[waitforfile file=FileToWaitFor.txt]
Some WebDNA to execute if the file is found
[text]succeeded=T[/text]
[/waitforfile]
[showif [succeeded]=T] File was found! [/showif]
[showif [succeeded]=F] File was not found! [/showif]
Parameter | Description |
---|---|
file | |
timeout | (Optional) Number of seconds to wait before cancelling the operation. No WebDNA inside the [waitforfile] context will be executed. Defaults to 30 seconds if not specified. |
DOWNLOAD WEBDNA NOW!
WebDNA applications...
[biotype]BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
WebDNA LibrariesA list of available libraries for WebDNA...
WebDNA ModulesA list of the currently available modules...
Tips and TricksA list of user-submitted tips ...
Compares the size...
[convertwords]Changes specified words in a string of text to different words...
[appendfile]Writes text to the end of an existing file...
[deletefile]Deleting a file from your website...
[authenticate]WebDNA provides a few options for password protecting your pages...
[copyfile]Copy a file with the content you want on your webspace...