## Overview
Allow users to upload images to their WriteFreely instance.
## Scope
Users should be able to:
* Upload photos while composing a post in the web interface (T659)
* View a library of their photos on a new **Photos** tab
* Add a caption to each photo in their library, stored in the database
* Store image size, original filename, and upload date for each photo in the database
* Delete photos in their library
Admins should be able to:
* Enable photo uploads by configuring a storage backend (T687)
* For this task, we'll only support the local filesystem (T688)
* Configure an upload quota for all users