Send 3D File to Unreal Engine Project from Web Interface via HTTP

Hi i am trying to build a Unreal Engine 5 Project in which i can send via HTTP requests a 3d file from my ReactJS Web Interface to my project. I have build a C++ code which uploads the 3d file to the project’s dir but it gets corrupted. Do you know if its possible? Or i should follow a different method?