File Upload Temporary Directory

In the GAS configuration file, you specify the directory in which the uploaded files are stored.

The DVM retrieves the file from this temporary directory for processing. The files remain in the temporary directory for the duration of the timeout period.

Important: This directory does not impact the fgl_getfile() destination directory and file name. It instead represents the temporary holding area between the Front End and the DVM.
<INTERFACE_TO_CONNECTOR>
  [...]
  <TEMPORARY_DIRECTORY> dir </TEMPORARY_DIRECTORY>
  [...]
</INTERFACE_TO_CONNECTOR>
Note: By default, the TEMPORARY_DIRECTORY element is set to:
<TEMPORARY_DIRECTORY>$(res.path.tmp)</TEMPORARY_DIRECTORY>
The default value of the resource $(res.path.tmp) is $FGLASDIR/tmp, where the value of $FGLASDIR is dependant on the operating system.