2.5 Increasing the Size Limit on Post-conversion Actions Uploaded to Portability Suite Server

By default, Portability Suite sets a 64 MB upload limit for each individual post-conversion action, including its dependencies. See Managing Custom Post-conversion Actions in your User Guide.

You can increase this limit by modifying the Portability Suite Server’s web.config configuration file.

IMPORTANT:Decreasing the default size limit might have a negative impact on the stability of your Portability Suite Server.

  1. Using a text editor, open the web.config configuration file, located in the following directory:

    ..\PlateSpin Portability Suite Server\Web

  2. Locate the line defining the value of the httpRuntime element’s maxRequestLength attribute:

    <httpRuntime maxRequestLength="8192" />

  3. Replace the existing value with the required new value in kilobytes. For example, to increase the size to 16 MB, replace 8192 with 16384:

    <httpRuntime maxRequestLength="16384" />

  4. Save the web.config file.

  5. Restart the Portability Suite Client.