Q: How can I increase the File Size limit for uploads?
A: The default File Size limit for uploads can be configured using the web.config file of the application.
If your application is a hosted by us, please submit a Support Request here and we can make this change for you.
If you host your own application then to get started we will need to find and open the web.config file of your application. The web.config file can be found in your applications root directory which would usually be located here:
C:\inetpub\wwwroot\[Your Application Alias]
- Next we will open this file in a text editor like Notepad
- Now that's done, go ahead and scroll through the web.config and find the following entry
- Next, go ahead and edit the maxRequestLength value between the double-quotes ("") to your required file size limit in bytes
- Now that you have the new value set, simply save the web.config file
Now the next time a user logs into the system, the updated file size will be take affect.
Please note that when updating the web.config file the application will restart and any users using the system at the time will be logged out.
Still having some troubles or have a question? Submit a Support Request here.
We tweet, follow us on Twitter @CompuCal.
0 Comments