Skip to content

Commit

Permalink
Update uploading-large-files.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel authored May 2, 2024
1 parent 692754b commit f1751d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/user-documentation/uploading-large-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f1751d2

Please sign in to comment.