Uploading multiple images under single filename from an external app to bubble platform

Hi,
I am currently building an app on Unity game engine. Of the many functionalities that the app provides, one is to let a user to upload images from the app into his/her account on a website build on Bubble. Till date I was able to upload a single image per POST api workflow call. I want to extend this functionality by letting a user upload more than a single image per POST api call.
@emmanuel any suggestions?

Hello @arin.poray87 , any tips how to upload audio file from API, i tried and failed for hours… thanks.

Hi @JohnMark, I haven’t tried uploading audio files using api but i am pretty sure that the method would be the same as uploading of images i.e., the audio file needs to be changed to base64 encoded binary string.

1 Like