Article Details
Id:17905
Product:finPOWER Connect Cloud
Type:NEW
Version:3.04.00.28
Opened:29/10/2019
Closed:06/04/2021
Released:01/07/2021
Job: J023197

File upload limit of 512MB not respected when running on IIS7 or above

The web.config files for both finPOWER Connect Cloud and Web Services were configured to allow file uploads of up to 512MB.

When running under IIS7 and later however, a further update was required to allow uploads of this size.

The following has now been added to the web.config files:

    <security>
      <requestFiltering>
        <requestLimits maxAllowedContentLength="536870912" />
      </requestFiltering>
    </security>

Attaching a file to a Log has also been enhanced. If the file is too large to be read (this will be a platform, web browser or JavaScript limitation, not the configured maximum file size) then the following message will be displayed:

File data could not be attached.

This may indicate that the file has no content or that the file is too large.