Skip to content

Commit 1ea2888

Browse files
committed
Merge branch 'master' into canvasapp-2046266
2 parents d47fa39 + 6bc860a commit 1ea2888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/maker/canvas-apps/controls/control-attachments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The attachment control has these limitations:
2323

2424
1. Upload and delete functionality work only inside a form. The Attachment control appears disabled when in Edit mode and not inside a form. To save file additions and deletions, the app user must save the form. Because of this limitation, the Attachment control isn't available from the **Insert** tab but appears in the form when the Attachment form field is enabled in a SharePoint or Common Data Service form.
2525

26-
1. You can upload files only if they're 10 MB or smaller.
26+
1. You can upload files only if they're 50 MB or smaller.
2727

2828
## Description
2929
An **Attachments** control lets you open, add, and delete files from a SharePoint list or a Common Data Service entity.
@@ -33,7 +33,7 @@ An **Attachments** control lets you open, add, and delete files from a SharePoin
3333

3434
**MaxAttachments** – The maximum number of files the control will accept.
3535

36-
**MaxAttachmentSize** – The maximum allowed file size in MB of each new attachment. Currently there is a limit of 10 MB.
36+
**MaxAttachmentSize** – The maximum allowed file size in MB of each new attachment. Currently there is a limit of 50 MB.
3737

3838
**OnAddFile** – How the app responds when the user adds a new file attachment.
3939

0 commit comments

Comments
 (0)