Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When importing large numbers of files, the transport of the xml files from client to server can be very time consuming.
To alleviate that it is possible to copy the files to be imported straight import files straight down to server before initiating the import from the client:

  • The root path for importing files is specified in the configuration file web.config in the <appSettings> section.
    • Version 3 files: "ImportV3Path" with default value "~/App_Data/Import/V3"
    • Version 5 files: "ImportV5Path" with default value "~/App_Data/Import/V5"
    • PDF files: "ImportPDFPath" with default value "~/App_Data/Import/PDF"