3.1.5.1.8 STATE_GET_REPLY

 If (UploadSuspended is TRUE)
    Set State to SUSPEND
    Return from this state.
  

This is applicable for upload-reply mode only.

The higher-layer protocol MUST download the UploadEntityInfo.ReplyURL using an implementation-dependent method.

  
 If (higher-layer protocol passes an error to the client)
    Set State to ERROR
    Return from this state.
  
 If (higher-layer protocol passes a success code to the client)
    Set State to COMPLETE
    Return from this state.