bulletboards/ImageBoardServerApp/Shared/Components/Forms/FormInfo.razor
limited_dev 21e20ad2b7 feat: increase file upload size limit to 10MiB
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
2023-06-13 07:47:49 +02:00

13 lines
No EOL
349 B
Text

<div class="notesInfo">
<span>The max. image size is 10MiB.</span>
<br/>
<span>Supported file types are: jpeg, png & gif</span>
<br/>
<div>
<span>Read the </span>
<a href="/sys/rules">rules</a>
<span> and </span>
<a href="/sys/faq">faq</a>
<span> before posting</span>
</div>
</div>