Pass Image to API After Upload

Hi,

I'm implementing a "upload image" using the file button component. I want to know what the best way to pass the image back to the Post API. Base 64 is too large to pass back. What other ways can this be done?