Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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.
Solved! Go to Solution.
Just for the record, I made some changes in my code and then now I get a correct answer;
lstStreamIds should by StreamIds+FileNames+StreamIds. And I'm not sure about the rest because I'm not familiar with C#.
You're right, but actually my fileNames and StreamsIds have the same value;
An additional information, the request directly in Postman execute correctly;
Just for the record, I made some changes in my code and then now I get a correct answer;