« Return to Thread: File upload progress

RE: File upload progress

by mikewse :: Rate this Message:

Reply to Author | View in Thread

Mike Wilson wrote:

3) Invocation id
... 
The invocationId needs to uniquely identify each call to the server and basing off the scriptSessionId we would just have to add a sequential call index number that we can keep locally in the client layer. 
I should mention that we already have this sequential number as well; the batch id. So, the combination of scriptSessionId and batchId uniquely identifies every call to the server, including file uploads.
 
Best regards
Mike

 « Return to Thread: File upload progress