• Resolved Chrismawa

    (@chrismawa)


    Ive got a WordPress MultiSite running on a windows server. Everything was fine until i needed to increase the file upload size to 48MB. I have it set in all the correct places, but when I try to upload a file over 10MB it fails giving me the IO Error in IE and HTTP Error in Chrome/FF.

    If i change to the basic uploader it comes up with a 404 error.

    Any ideas?

Viewing 1 replies (of 1 total)
  • Thread Starter Chrismawa

    (@chrismawa)

    I’ve just solved this. For anyone who experiences similar, the value in web.config was too small. I changed mine to the below:

    <security>
    <requestFiltering>
    <requestLimits maxAllowedContentLength=”100000000″ />
    </requestFiltering>
    </security>

Viewing 1 replies (of 1 total)
  • The topic ‘IO / HTTP Error’ is closed to new replies.