https://github.com/halfbyte/uploadr
A sinatra based simple file upload app with automatic resizing.
https://github.com/halfbyte/uploadr
images sinatra uploads
Last synced: about 1 year ago
JSON representation
A sinatra based simple file upload app with automatic resizing.
- Host: GitHub
- URL: https://github.com/halfbyte/uploadr
- Owner: halfbyte
- Created: 2019-01-06T15:22:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T22:10:43.000Z (over 2 years ago)
- Last Synced: 2025-04-14T22:49:56.570Z (about 1 year ago)
- Topics: images, sinatra, uploads
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Uploadr
Yes, most terrible name evar.
This is a quick and dirty hack to make uploading images for blog posts etc easier.
It allows for dragging and dropping images onto the page or (for mobile) manual upload.
It has a bunch of very halfbyte specific presets and uses mini_magick under the hood
to resize images on upload.