c# webClient Upload String cuts off
问题 I need some help with the C# WebClient UploadString Method. I'm trying to upload a long string (that I read from a database) to a server (PHP) and I'm currently trying to do that with the UploadString Method because it seemed to be the easiest. The problem that I have is that the string that I upload gets cut off after about 4000 characters and I can't figure out why. For Example: data.length: 19000 (before Upload) Post.length: 4000 (in PHP) What I did to bypass this problem: I upload my