upload-file
Upload base64-encoded files to Parse Platform by specifying filename and MIME type.
Instructions
Upload a file to Parse. Provide base64-encoded content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Filename with extension (e.g., 'image.png') | |
| base64Data | Yes | Base64-encoded file content | |
| contentType | No | MIME type of the file (e.g., 'image/png') |