Configuration - Increase File Upload Size

<!--To allow file upload of more size in MB--> <system.webServer> <security> <requestFiltering> <requestLimits maxAllowedContentLength=”2147483648″/> </requestFiltering> </security> </system.webServer>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.