Hi,
I am using UnityWebRequest to form multipart request and upload file to server. To track progress I am checking uploadProgress property of this request. The progress works well on window in Editor mode but when I am running it on android, the uploadProgress always is set to zero.
Does the uploadProgress property works on android? How can I track the uploading progress?
↧