# FileUpload Privacy
Disclaimer: This documentation does not warrant completeness or correctness. Please report any missing or wrong information using the [ILIAS issue tracker](https://mantis.ilias.de) or contribute a fix via [Pull Request](docs/development/contributing.md#pull-request-to-the-repositories).

## General Information
The FileUpload service handles uploading files.
Services and components which store and use the uploaded files might store, present, delete or export personal data. This is specified in their respective PRIVACY.md.

## Services being used
- The FileUpload employs the following services, please consult the respective PRIVACY.mds:
	- [Filesystem](../../src/Filesystem/PRIVACY.md)

## Data being stored
- The FileUpload does not store any personal data.

## Data being presented
- The FileUpload does not present any personal data.

## Data being deleted
- The FileUpload does not delete any personal data.

## Data being exported
- The FileUpload does not export any personal data.