Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Uploading files to the DAM Center is done as a sequence of steps which gives the following advantages:

  • Support for uploading any file size.
  • Ability to resume broken uploads from the client.
  • Add metadata before or during actual file data is sent.


The steps in order:

  1. Initiate upload by calling method AddUploadFile with the name of the file to upload. Returns uploadid (and itemid in Digizuite 4.8.0+)

  2. For DAM Center < 4.8.0 you need to get an itemId by calling method GetItemIdFromUploadId

  3. Invoke method UploadFileChunks to send the data in chunks.

  4. Invoke method SetTransferMode to determine how the job system should handle the file.

  5. Submit / finalize the upload by calling SubmitUpload.



  • No labels