Versions Compared

Key

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

The following attributes define the behavior of attachments within the Aptify web interface:

  • UploadPathUploadsPath: determines  determines the directory in which attachments are uploading into Aptify through a web browser. If present, attachments will be downloaded to that folder other wise it will download to the default location which is the the Uploads folder  folder in the Aptify web site). This attribute is found in the Aptify siteAptifyServicesAPI's Web.config file file.

    Note
    Note
    title

    In order to successfully save attachments to records in Aptify, users must have read, write, and delete permissions to the directory. 



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

    Note
    titleNote
    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 is 4096 KB  KB and is found in the Aptify site's script/configuration folder folder.

    Note
    Note
    title

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