Time Nick Message 13:40 trygvis so basically first upload image, then create the new resource by posting the metadata 13:39 trygvis multipart/mixed is one way, another way is to first upload the blob, get a link to the blob and create a new resource with the blob url 13:39 DevAntoine I guess I'll go for the easy one :D 13:38 trygvis there is no one right way, there are many ways to do it 13:28 pdurbin DevAntoine: Content-Type: multipart/mixed perhaps: https://github.com/IQSS/dataverse/issues/1612 ... include the binary and the metadata 13:22 DevAntoine what's the right approach in rest to handle file upload with metadata? Send all the mateadata in json, api returns a endpoint url where to upload the image with the right content-type (image/gif)? 13:22 DevAntoine hi 00:23 PTY anyone use the c++ rest sdk with nuget? I am getting a build error that appeared suddenly without reason