Solved
REST API, Upload file, Stage2, contentInfos empty
Hi,
I try to upload a file, stage 1 is ok, but stage 2 return an empty json like this;
{
"contentInfos":[]
}
My code in C# is this;

Maybe the way i get the stream of the file is not the correct or the content type.
Help on this is appreciated.


