From 77227c4198e3969e781516f0ec2fb8f0f11f67df Mon Sep 17 00:00:00 2001 From: OGordoo Date: Mon, 16 Mar 2020 11:41:53 +0000 Subject: [PATCH] image size refactor --- subjects/forum/forum-image-upload.audit.en.md | 4 ++-- subjects/forum/forum-image-upload.en.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/subjects/forum/forum-image-upload.audit.en.md b/subjects/forum/forum-image-upload.audit.en.md index 623feab4..d915e2f2 100644 --- a/subjects/forum/forum-image-upload.audit.en.md +++ b/subjects/forum/forum-image-upload.audit.en.md @@ -12,9 +12,9 @@ ###### Was the post created successfully? -##### If is not restricted, try to create a post with a [large image](https://effigis.com/wp-content/themes/effigis_2014/img/RapidEye_RapidEye_5m_RGB_Altotting_Germany_Agriculture_and_Forestry_2009MAY17_8bits_sub_r_2.jpg). If it is restricted search for image with a size slightly below that limit. +##### Try to create a post with an [image](https://effigis.com/wp-content/themes/effigis_2014/img/RapidEye_RapidEye_5m_RGB_Altotting_Germany_Agriculture_and_Forestry_2009MAY17_8bits_sub_r_2.jpg) bigger than 20mb. -###### Was the post created successfully? +###### Were you warned that this was not possible? ##### Try navigating through the site and come back to one of the created posts. diff --git a/subjects/forum/forum-image-upload.en.md b/subjects/forum/forum-image-upload.en.md index e625f2a0..3b404b2f 100644 --- a/subjects/forum/forum-image-upload.en.md +++ b/subjects/forum/forum-image-upload.en.md @@ -10,6 +10,8 @@ In forum image upload, registered users have the possibility to create a post co There are various extensions for images like: JPEG, SVG, PNG, GIF, etc. In this project you have to handle at least JPEG, PNG and GIF types. +The max size of the images to load should be 20 mb. If it is tried to load an image bigger than that it should inform the user with an error message, that the image is too big. + This project will help you learn about: - Image manipulation