Creating a zip of some file and download that zip file to the local is not so easy task. but in this blog, I will teach you how can create a zip file and download to local using HTML, CSS and PHP. In order to create the zip file we are going to use ZipArchive […]
Drag and Drop multiple images upload using HTML, CSS, JavaScript, and PHP
While working on the website or in web development, sometimes you may need to upload more than one image. then there are two options that you can follow: Use multiple file input Use single file input Using first option is never good to practice. So in this article, we are going to use the second […]
Compress the image on uploading using PHP
As we all know large size image takes more space on and page load time. So if we want to less load time of web page then images need to be optimized. image resizing and image compression are some of the best ways to improve the web-page load time. Generally, at the time of uploading […]