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"'
Supporting organizations:
Project information
- Project categories: Import and export
15 sites report using this module
- Created by slydevil on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.
