A Boolean that specifies whether Image Server reads images from their original location. By default, CFS sends all files to Image Server over HTTP. If Image Server has direct access to the files, you can set this parameter to TRUE
. The path used to read the file is the path in the DREFILENAME
document field, or a path in the working directory if the WorkingDirectory
configuration parameter is set.
Type: | Boolean |
Default: | False
|
Required | No |
Configuration Section: | Any section that you have defined for Image Server settings |
Example: | ReadFromOriginalLocation=TRUE
|
See Also: | WorkingDirectory |
|