kingrainbow44/Upload File
Uses HTTP to upload a file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| url | The URL to upload to. | yes | — |
| file | The path to the file to upload. | yes | — |
| authorization | The authorization header to use. | no | — |
| method | The HTTP method to use. | no | POST |
Outputs
| name | description |
|---|---|
| body | The request body of the response. |
| code | The status code of the response. |