Can i send form data

hello first time i used mongodb realms and 3rd party services. i can send json but i need to upload image can i do that. thank you for your helps

1 Like

Hi @Akifcan_Kara,

Welcome to MongoDB community.

Uploading an image will require you to use a storage service like aws s3 for example:

Although the following article is branded for old stitch service the concept should be similar:

Setup aws s3 service and put the binary image through a realm sdk.

Thanks
Pavel

2 Likes

hello pavel thank you for your response.
i used a storage service and save the image path to mongodb.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.