---
title: isUploading
framework: fileprovider
role: symbol
role_heading: Instance Property
path: fileprovider/nsfileprovideritemprotocol/isuploading
---

# isUploading

A Boolean value that indicates whether the item is currently uploading to your remote server.

## Declaration

```swift
optional var isUploading: Bool { get }
```

## See Also

### Monitoring File Transfers

- [isUploaded](fileprovider/nsfileprovideritemprotocol/isuploaded.md)
- [uploadingError](fileprovider/nsfileprovideritemprotocol/uploadingerror.md)
- [isDownloading](fileprovider/nsfileprovideritemprotocol/isdownloading.md)
- [isDownloaded](fileprovider/nsfileprovideritemprotocol/isdownloaded.md)
- [downloadingError](fileprovider/nsfileprovideritemprotocol/downloadingerror.md)
