App Logo
csm-testcenter.org

Upload a file to CSM-Testcenter (file input)

Uploads a file to the CSM-Testcenter file upload test page by setting it directly on the page's file input, and returns the server's confirmation of the upload (filename, size, content type, and SHA256 checksum).

Input

test-upload.pdf optional

Output

url required

The page reached after submitting. Always an http(s) URL on csm-testcenter.org — the script throws rather than returning a browser error page.

resultText required

The server's echoed upload result (filename, size, sha256).

FAQ

Uploads a file to the CSM-Testcenter file upload test page by setting it directly on the page's file input, and returns the server's confirmation of the upload (filename, size, content type, and SHA256 checksum).
Optional: test-upload.pdf.
It returns url, resultText.
No. It only uses pages of csm-testcenter.org that are reachable without signing in.
It makes changes on csm-testcenter.org, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/csm-testcenter.org/upload_via_uploadfile, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/csm-testcenter.org/upload_via_uploadfile
It is part of Reduck's official curated catalogue.

Start building not clicking