Reputation: 22
I'm currently working with Zoho Catalyst Stratus and have attempted to upload a PNG file using the form-data option in Postman. The upload process is successful, and the file appears correctly in the Catalyst bucket. However, when I download the file from the bucket and attempt to open it, I get the following error:
This file format is not supported
I have verified that the file uploads successfully without any errors. The size and details of the file match the original before uploading, and it is confirmed to be a PNG image.
Upvotes: -1
Views: 39
Reputation: 60
When uploading a file to Zoho Catalyst Stratus using Postman, try uploading it in binary format instead of form-data.
Here’s how to do it:
Once the file is successfully uploaded to Catalyst Stratus, you can download it from the Catalyst console.
Upvotes: 0