https://github.com/webfreak001/imageuploader
Image uploader written in D
https://github.com/webfreak001/imageuploader
Last synced: 11 months ago
JSON representation
Image uploader written in D
- Host: GitHub
- URL: https://github.com/webfreak001/imageuploader
- Owner: WebFreak001
- Created: 2018-02-18T17:24:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T15:03:55.000Z (about 5 years ago)
- Last Synced: 2025-08-01T12:14:24.770Z (12 months ago)
- Language: CSS
- Size: 175 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
For a public uploader, simply build using `dub`
For a private uploader, uncomment `version = Public;` in app.d and fill in a hash in the secret enum. You will probably want to change the `hash` function to anything else to prevent ID lookup.