mirror of
https://gitea.jeffemmett.com/jeffemmett/upload-service.git
synced 2026-06-25 16:55:18 +02:00
Simple file upload service backed by Cloudflare R2
- Go 41.4%
- JavaScript 27.2%
- HTML 13.7%
- CSS 12.4%
- Shell 4.8%
- Other 0.5%
Clicking the inline "browse" label inside the dropzone opened the picker twice: once via dropzone's click handler calling fileInput.click(), then again via the label's native behaviour on its associated input. Skip the dropzone handler when the click originates inside the label. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| cli | ||
| internal | ||
| web | ||
| .env.example | ||
| .gitignore | ||
| docker-compose.prod.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| entrypoint.sh | ||
| go.mod | ||
| go.sum | ||
| main.go | ||