PDF survey upload fails

Issue #1373 resolved
Ghislain Hachey created an issue

The new PDF Survey uploading fails with the following.

Error is thrown here.

Content of the request compared with a previous year survey looks the same. Only difference is it is much larger.

Comments (5)

  1. Ghislain Hachey reporter

    Seems simply increasing the upload size limit to 20MB resolves the issue in development. Waiting on feedback to confirm this is also resolved in production before resolving here.

  2. Brian Lewis repo owner

    This will be to do with the maximum allowable upload size set in web.config

    system.web\HttpRuntime@maxRequestLength

    setting is in Kilobytes ie 6000 == 6 Mb

  3. Ghislain Hachey reporter

    Another thing that will lead to a similar error with uploads is the lack of write permissions on the filedb folder as configured in web.config. The user running the web application should have write access.

  4. Log in to comment