Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


uploadedBytes

Returns the number of bytes of body data the system has uploaded to the remote server. (Read Only)
Read time 1 minuteLast updated 6 days ago

Definition

public ulong uploadedBytes { get; }

Remarks

If this UnityWebRequest has no upload handler, this property will always return zero.