From f1751d2c281173ef14ad9d8a7908ab00872de8b1 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Thu, 2 May 2024 12:21:49 -0300 Subject: [PATCH] Update uploading-large-files.md --- docs/user-documentation/uploading-large-files.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user-documentation/uploading-large-files.md b/docs/user-documentation/uploading-large-files.md index a40099935..f9b576e17 100644 --- a/docs/user-documentation/uploading-large-files.md +++ b/docs/user-documentation/uploading-large-files.md @@ -2,7 +2,8 @@ ## Large Files and Drupal -If you want to upload large (> 1GB) files, you'll need to tune the following settings in your `php.ini`: +If you want to upload large (> 1GB) files, you'll need to tune the following settings in your +PHP config (the following assumes Apache and a config file `php.ini`): - `upload_max_filesize` – The maximum allowed upload file size. - `post_max_size` – The maximum allowed POST data size.