HTTP Post call URL Encoded field converting to File
Under taker
1
Reputation point
My requirement is : I get a HTTP POST call passing above data from source system.
The Data field is URL Encoded format data we receive. I need to decode this field and send it as a File.
The Filename should be FileName_Timestamp_ID
Pls guide me how to achieve it
{
"FileName" : "test.txt",
"Timestamp": "2019-02-22T10:10:10",
"ID" : 181,
"Data" : "URL-encoded format"
}
Developer technologies | ASP.NET | ASP.NET Core
4,819 questions
Developer technologies | C#
11,573 questions
Sign in to answer