How to Upload Image using PHP
2021. 12. 1. 21:01ㆍ웹 서버 구축
https://www.devopsschool.com/blog/how-to-upload-and-compress-an-image-using-php/
How to Upload and Compress an Image using PHP - DevOpsSchool.com
Spread the KnowledgemoreImage compression is very helpful to reduce the size of the image. Generally, the user does not optimize the image when uploading through the website. In this case,...
www.devopsschool.com
https://tutorialio.com/resize-an-image-programmatically-in-php/
How Can I Resize an Image Programmatically in PHP?
If you are working on a website or project which deals with images, there will most probably come a time when you will have to programmatically resize those
tutorialio.com
sudo apt-get install php7.4-gd
'웹 서버 구축' 카테고리의 다른 글
arrays-in-cookies-php (0) | 2021.12.05 |
---|---|
[문제해결] Cookie “trade_imgListPointer” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. (0) | 2021.12.04 |
특정 디렉터리 umask 설정하기 (0) | 2021.11.14 |
lxd (0) | 2021.11.06 |
sessionStorage에 객체 저장 방법 (0) | 2021.11.01 |