Large file upload when using ssl and client certificates (uploadReadAheadSize) but dont want all data to be readahead
问题 I tried to search the internet/stack overflow and couldn't find any relevant answer that worked for me. I have an asp.net web api2 application (uses ssl only). I'm trying to allow large file upload (up to ~36mb) but unless i change uploadReadAheadSize to readahead this size I get an error from IIS that the request is too long. I don't want to set that attribute because then my data stream only arrives after IIS read it all already. My question is: How can I do large file upload with asp.net