How to Send Large File From Client To Server Using WCF?

前端 未结 3 569
不思量自难忘°
不思量自难忘° 2021-01-13 01:08

How to Send Large File From Client To Server Using WCF in C#? Below the configuration code.



        
3条回答
  •  悲哀的现实
    2021-01-13 02:04

    In addition to increasing readerQuota settings (mentioned above) I had to also up the maxRequestLength inside the httpRuntime attribute.

    
        
    
    

提交回复
热议问题