The module creates an endpoint on the site at /postfile/upload that accepts a POST request for uploading a single file into a specified file system (public, private, etc).
The POST request requires a user with the proper permissions before the file is uploaded. The endpoint uses the basic_auth REST authentication provider.
The request would look something like this:
curl
--location 'https://www.example.com/postfile/upload' \
--header 'Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ' \
--form 'file=@"/path/to/file.csv"'
Short name
postfile
Supporting organizations