graphQL-client-unity icon indicating copy to clipboard operation
graphQL-client-unity copied to clipboard

Is there anyway to upload file in unity use the package?

Open DDman1984 opened this issue 4 years ago • 3 comments

As title, or how to implement by c#,any body know?🥴

DDman1984 avatar Jul 20 '20 10:07 DDman1984

Hello, same question. Need to use multipart, and when i’m doing it, graphql report an error 500 (body parsing). So if there is a solution near of here !

siroptinmar avatar Mar 08 '21 06:03 siroptinmar

Hi, here for this also, thank you for the hard work

gamanox avatar Apr 07 '21 23:04 gamanox

Finally I solved the problem through RestSharp, You can refer to https://stackoverflow.com/questions/35478663/upload-file-without-multipart-form-data-using-restsharp

DDman1984 avatar Apr 14 '21 05:04 DDman1984