1
Attachment Size
Question asked by Nick Brodt - 7/27/2015 at 8:42 AM
Unanswered
What is the maximum file size for an incoming attached file in SmarterTrack? Is there a setting to change the size?
 
Thank you,
Nick

3 Replies

Reply to Thread
0
Employee Replied
Employee Post
Hello, 
You should be able to change this by changing maxRequestLength on this line in your web config:

<httpRuntime maxRequestLength="20480" executionTimeout="240" requestValidationMode="2.0maxQueryStringLength="4096/>

0
Nick Brodt Replied
Ashley,

Thank you for your reply. If I change the web.config how would I handle upgrades? Should I change the web.config after each upgrade?
0
User Replied
Hello Nick,
I looked into this for you and found you will have one more step added to your upgrade process. Just save a copy of your custom web.config file and when you are done upgrading replace the web.config with your customized file. This KB article mentions it a little bit https://portal.smartertools.com/kb/a2620/upgrade-smartertrack.aspx

Reply to Thread