---
title: isUploaded
framework: fileprovider
role: symbol
role_heading: Instance Property
path: fileprovider/nsfileprovideritemprotocol/isuploaded
---

# isUploaded

A Boolean value that indicates whether the item has been uploaded to your remote server.

## Declaration

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

## See Also

### Monitoring File Transfers

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