Browse Source

clarification and typos

content-update
Christopher Fremond 4 years ago committed by Christopher Fremond
parent
commit
39c680dbff
  1. 4
      subjects/forum/forum-image-upload.en.md

4
subjects/forum/forum-image-upload.en.md

@ -4,13 +4,13 @@
You must follow the same [principles](https://public.01-edu.org/subjects/forum/forum.en) as the first subject.
In forum image upload, registered users have the possibility to create a post containing an image as well as text.
In `forum image upload`, registered users have the possibility to create a post containing an image as well as text.
- When viewing the post, users and guests should see the image associated to it.
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.
The max size of the images to load should be 20 mb. If there is an attempt to load an image greater than 20mb, an error message should inform the user that the image is too big.
This project will help you learn about:

Loading…
Cancel
Save