The FileTransferDirectory directive, whose characteristics are listed in the following table, specifies the name of a local directory to use when files are uploaded from the Web browser to the JADE application.
Characteristic | Value |
---|---|
Action | Specifies the directory to use when files are uploaded from the Web browser |
Syntax | FileTransferDirectory local-directory-name |
Context | Location |
Handler | jadehttp-handler |
Module | mod_jadehttp |
Example | FileTransferDirectory /var/tmp/appname |
The FileTransferDirectory directive is similar to the FileTransferDirectory parameter in the [Jadehttp Files] section of the jadehttp.ini file for IIS servers, described earlier in this chapter.
As the mod_ jadehttp module must put the transfer files somewhere before transferring them to JADE, this directive specifies the directory to which the file or files are written.