Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • maxRequestLength: This attribute, used in conjunction with the maxUploadSizeInKB, sets the maximium size (in KBs) of attachments. This  This attribute is found in the Aptify site's the Web.config file for both Aptify and AptifyServicesAPI (and should be configured to the same value in both locations).

    Note
    The value specified for this attribute must be the same as the value of the maxUploadSizeInKB attribute in the Aptify.Framework.Configuration.External file in the Aptify.Framework.Configuration.External file in the Aptify site's script/configuration folder.



  • maxUploadSizeInKB: This attribute determines the maximum size (in KBs) of attachments. Default size is 4096 KB and is found in the Aptify site's script/configuration folder.

    Note

    The value specified for this attribute must be the same as the value of the maxRequestLength attribute in the Aptify Web.Config file.