From 68b4305b6a7621ed3991360c2eb7c703f93ca678 Mon Sep 17 00:00:00 2001 From: Catalin Pit Date: Thu, 25 Sep 2025 15:40:00 +0300 Subject: [PATCH] feat: add max file size for uploaded documents (#2044) --- .../pages/users/documents/sending-documents.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/documentation/pages/users/documents/sending-documents.mdx b/apps/documentation/pages/users/documents/sending-documents.mdx index 19d012bc3..bf4d7c394 100644 --- a/apps/documentation/pages/users/documents/sending-documents.mdx +++ b/apps/documentation/pages/users/documents/sending-documents.mdx @@ -18,6 +18,11 @@ The guide assumes you have a Documenso account. If you don't, you can create a f Navigate to the [Documenso dashboard](https://app.documenso.com/documents) and click on the "Add a document" button. Select the document you want to upload and wait for the upload to complete. + + The maximum file size for uploaded documents is 150MB in production. In staging, the limit is + 50MB. + + ![Documenso dashboard](/document-signing/documenso-documents-dashboard.webp) After the upload is complete, you will be redirected to the document's page. You can configure the document's settings and add recipients and fields here.