file_upload
Upload files to Codehooks.io cloud storage by specifying target paths and content. Supports text or base64 encoding for serverless function deployments and database management.
Instructions
Upload files to server
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | File content as text or base64 | |
| encoding | No | Content encoding type | text |
| target | Yes | Target path/filename on server |