Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to read ContentDisposition
Message
 
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 5.0
OS:
Windows 10
Database:
MS SQL Server
Miscellaneous
Thread ID:
01633696
Message ID:
01633741
Views:
39
>Don't know what Upload.upload() does but given that you are getting a percent encoded string on the server side:
>
>Replace %20 with a space, %5b with '[' and %5D with ']'
>That should give you a Json object which you can convert to a C# class

Thanks, Viv. We were able to do another step ahead yesterday by passing this info using Content-type: json for the headers section. I suggested this yesterday to my colleague and he told me he was able to get the result back afterwards.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform