I'm trying to upload a 6mb file via the MethodAPIUpdateFile method and getting back this error message:
"There was an exception running the extensions specified in the config file. ---> Maximum request length exceeded."
Doing some googling this appears to be related to a setting in ASP.net called maxRequestLength which defaults to 4mb, which I'm guessing is how they have it confiugured because I can upload 1mb files fine. My server runs apache so this must be on the method end of things. The API documentation has no information about maximum file sizes for uploads so how am I supposed to work around this?