i wants to add (pause - resume) facility.
so when pausing i use cancelTransfer(), then when resuming i use uploadFile() with Append=true but it just replace the partial file which already exists.
i tried also resumeTransfer() but if there a partial file it replaces it, if not it calls Uploaded event without uploading anything
what should i do?
Thanks