ufna / VaRest

REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!
https://www.unrealengine.com/marketplace/en-US/product/varest-plugin
MIT License
1.09k stars 303 forks source link

我需要使用post进行文件资源xx.wav文件上传,在服务器进行解析之后,得到json回传回来,但是我不知道使用哪个节点可以实现文件的上传 #417

Closed PengChaoJay closed 11 months ago

PengChaoJay commented 1 year ago

我需要使用post进行文件资源xx.wav文件上传,在服务器进行解析之后,得到json回传回来,但是我不知道使用哪个节点可以实现文件的上传

BNUZ-HuSir commented 11 months ago

Have you solved it yet?

PengChaoJay commented 11 months ago

yes, i have solved it

BNUZ-HuSir commented 11 months ago

I only solved the problem of downloading wav, using a UE5 plugin. How did you solve it? Can you share your thoughts?

PengChaoJay commented 11 months ago

I figured out just like yours