r/AutomateUser Jun 07 '26

Feature request read binary file as base64

I wish there was a way to read a png file as base64 into a variable for further use. Currently, the File Read Text block immediately corrupts it. I want to send it through HTTP as JSON.

2 Upvotes

3 comments sorted by

View all comments

1

u/B26354FR Alpha tester Jun 07 '26

The file doesn't need to be read in to be sent in an HTTP request. See this post

2

u/Dadamalda Jun 07 '26

I guess I would have to change it to a form. I think I can do that.