I have written a component which posts binary data to a web page usinig HttpWebRequest, this works fine with any file types up to about 3.8mb. At that point the web page recieving the file refuses to read the data.
I have also tried this using a standard web page to post a file with a multipart/ form data and using the Request.Files collection to retrieve the data from the post, this also fails with file larger than about 3.8mb.
I have seen information relating to max http post size on unix based web servers, but can find no information on a limitation within IIS.
If anyone has any information relating to this 3.8mb limit I would be most greatfull.
I have also tried this using a standard web page to post a file with a multipart/ form data and using the Request.Files collection to retrieve the data from the post, this also fails with file larger than about 3.8mb.
I have seen information relating to max http post size on unix based web servers, but can find no information on a limitation within IIS.
If anyone has any information relating to this 3.8mb limit I would be most greatfull.