-2

How to pass long value in url c# web applications

QueryString using passing a base64 value(Converting image to base64) in two different applications..

1 Answers1

0

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.

How to submit http form using C#

Bruce
  • 449
  • 4
  • 6