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
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Sign in to answer