How to pass long value in url c# web applications
QueryString using passing a base64 value(Converting image to base64) in two different applications..
How to pass long value in url c# web applications
QueryString using passing a base64 value(Converting image to base64) in two different applications..
For images you should be using POST, which streams lots of data to the server. GET, which passes data in the URL is only for small amounts of data.