Upload files via HTTP POST, e.g., using curl:
curl -F 'file=@/path/to/file.txt' $URL
Alternatively, use this form:
Either way, you will be pointed to a shareable link to access the uploaded file.