🚀 Beam - File Upload Service

Upload with curl

curl --upload-file myfile.txt {{ .Proto }}://{{ .Host }}/myfile.txt

The server will respond with a download URL.

Download a file

curl {{ .Proto }}://{{ .Host }}/x123abcx/myfile.txt -o myfile.txt

Or simply open the URL in your browser.

Web Upload

📁 Click to select files or drag and drop here