Cannot solve this “problem”. A made an BackEnd API (POST) with several fields. Two fields are type ‘file’. When you call this API from another bubble app (testing) all the fields are recieved and stored in the database. But not the files. The only way I get this worked was change the call in an GET, but that’s not save for my use.
Read some solutions about Base64, etc but none of them helped me.