Views:


Applies to Product - Power Pages

What’s happening?
End users are experiencing issues with the attachment feature in Power Pages, where a limit on the number of attachments is enforced, preventing them from uploading additional files.
 

Reason:
The attachment feature is configured to limit the number of files that can be uploaded, which is causing end users to receive error messages when they attempt to exceed this limit.
 

Resolution:

  1. To allow an infinite number of attachments, create a site setting in Power Pages management under site settings with the following values:
  2. Name: EnhancedFileUpload
  3. Value: True
  4. Restart the portal for the changes to take effect.
  5. Verify the number of attachments in Dataverse by running an OData query to check the count and details of all files attached as Notes Attachment. Use the following format for the query: https://ORG_URL_PLACEHOLDER/api/data/v9.0/annotations?$filter=_objectid_value eq REGARDING_ID_PLACEHOLDER and not endswith(filename, 'filename')
  6. Ensure that the "Maximum number of Files" option is visible and configured correctly in Power Pages after updating the necessary packages.