============================================================= tempupload — temporary file upload service https://upload.appframes.dev ============================================================= Upload a file: curl https://upload.appframes.dev -T your_file.txt Upload from stdin: cat file.txt | curl https://upload.appframes.dev -T .file.txt The response will contain your download URL. Files expire after 168h0m0s. Maximum file size: 100 MB. =============================================================