contented/_dist/README.txt

21 lines
451 B
Plaintext
Raw Normal View History

2017-10-06 07:22:55 +00:00
A file and image uploading host.
Written in Go
=FEATURES=
- Drag and drop upload of multiple files
- Fallback classic uploader for other browsers
- Mobile friendly interface
- Preserves upload metadata
2017-10-06 07:26:31 +00:00
=TODO=
- Upload should redirect to a landing page
- Sample code to integrate with external systems (webui / ...)
- Pastebin service
- View upload history / view all uploads
- Encrypted at rest (anti- provider snooping)
- Shorter URLs
- Deploy!