Community Tutorial: Upload an image using HTTP POST request C++

This tutorial will walk you through the steps on how to take a screenshot and upload it through HttpRequest to node js (expressjs) web server

https://dev.epicgames.com/community/learning/tutorials/R6rv/unreal-engine-upload-an-image-using-http-post-request-c

2 Likes

This is really helpful. Coming from Unity with C#'s MultipartFormDataContent class to help when I need to integrate API with this kind of Request, I don’t expect implementing it in Unreal to be quite different!

Thank you very much!

Very glad it helped you, @revraitah!

1 Like

hey … thanks for the tutorial …
when iam packaging my game (android apk for oculus quest 2) it gives me “fatal error: ‘leveleditor.h’ file not found ue5”

does your code only works in editor and not in packaged game ?

I have never tested it on andriod, but it does work in packaged desktop application, it is used in production in one of my products.