Loading Image file fails

Hi, I have used the c# generated script to call a php and load an image. When I use the same parameters to load from the postman client it works.
When I copy the generated script and execute it, it just creates an empty image file.
What could be causing this? Is there another parameter in the call that I should include or modify?

Hey @dev_sp

I believe the code snippet that is generated for the postman request is not correct.

Postman currently relies on an external library for code snippets, which has a lot of issues.

A lot of these requests have come up regarding wrong snippets generated, hence steps are planned for its rectification.

Thanks for reporting this.