Sample
|
Example <HTML> <BODY> <CARAVAN> file x="c:\test\bigfile.txt" dispatch x(file) </CARAVAN> </BODY> </HTML>
Note: Please note that this is similar to, but not same as: <HTML> <BODY> <CARAVAN> file x="c:\test\bigfile.txt" x(file) </CARAVAN> </BODY> </HTML> In this case the file embedded into the stream, which is more resource intensive for huge files.
|