# progress

> Returns the proportion of data uploaded to the remote server compared to the total amount of data to upload. (Read Only)

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Networking](/engine/6000.7/script-reference/unityengine/networking.md)
* **Assembly:** UnityEngine.UnityWebRequestModule

```csharp
public float progress { get; }
```

### Remarks

Behaves identically to [\_uploadProgress](/engine/6000.7/script-reference/unityengine/networking/unitywebrequest/uploadprogress.md).
