Configuring upload to a SmartPlant Foundation Web Client Site - SmartPlant Foundation - IM Update 44 - Customization & Programming - Hexagon

SmartPlant Foundation Customization

Language
English
Product
SmartPlant Foundation
Search by Category
Customization & Programming
SmartPlant Foundation / SDx Version
10

You can configure SmartPlant Foundation Web Client to upload files to a server site using the relevant OData actions. The file upload can be performed in a single operation for a single file or in multiple operations for a large file. You can also optionally configure the system to run virus scanning on the uploaded files.

The upload process involves the following steps:

  • Upload the file to the containment directory location.

    Move the uploaded file from the containment directory location to the quarantine directories before performing any out-of-process virus scanning.

    Or

  • Move the uploaded file from the containment directory location to an internal safe directory location after performing any in-line virus scanning. This makes the upload available to the system.

  • An out-of-process virus scanning component is an .exe file that runs in its own process and thread of execution.

  • An in-line virus scanning component is a .dll or .ocx file that runs in the same process as the client application.

  • All of the requests must include the authorization header. For more information on header requests, see Using OData Syntax.