Small HTTP server written in Go that lets users easily upload files to your computer.
Go to file
raul c3585f37eb Add embedding files to binary
Now this app is truly portable! You don't even need the assets folder
when using a compiled binary, as the HTML and CSS are now embedded to
the file itself
2024-05-01 09:11:25 +02:00
.gitea/workflows Add workflows 2024-05-01 08:40:31 +02:00
assets Add loading bar to webpage 2024-05-01 08:42:54 +02:00
temp Added basic functionality 2024-04-30 11:25:36 +02:00
.gitignore Initial commit 2024-04-30 10:44:59 +02:00
.goreleaser.yaml Add goreleaser.yaml 2024-05-01 08:40:59 +02:00
LICENSE Initial commit 2024-04-30 10:44:59 +02:00
Makefile Add Makefile 2024-04-30 12:23:40 +02:00
README.md Initial commit 2024-04-30 10:44:59 +02:00
go.mod Add starting files 2024-04-30 10:53:18 +02:00
main.go Add embedding files to binary 2024-05-01 09:11:25 +02:00

README.md

uploader

Small HTTP server that lets users easily upload files to your computer.