Versions Compared

Key

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

...

How it works behind the scenes

Images are transferred "ad-hoc" in two separate requests:

  1. Mobile sends an initial request, containing a uniqe ID of the image. (Mobile Doc. Type: PostAdhocRegistration, Registration type: RegisterImage)
  2. Mobile sends a second request, containing the unique ID and the image date. (Mobile Doc. Type: PostMedia, Registration type: Type: Image)

This is done to provide the mobile user with a real-time experience , when handling large image data loads.

...