How to change the size of PHP upload files under Linux: First find the php.ini file through the Linux file search command "find / -name php.ini"; then modify the values of "upload_max_filesize" and "post_max_size". Can.
The operating environment of this article: linux5.9.8 system, PHP7.1 version, DELL G3 computer
How to change php upload under Linux File size?
Modify PHP upload file size settings
Problem:
Uploading MV to the server found that there is a maximum file limit: 50M
How What about modifications?
After a while, I modified the upload_max_filesize = 100M and post_max_size = 100M in the php.ini file. Then the question is, how do I know this? Where is the file?
Linux file search command:
find / -name php.ini
Okay, if you know where the file is, just modify it, but modifying it through the shell is too slow. Sorry, it’s much more convenient to download it locally using A screenshot of a blogger's article. I modified it to 100M. You can adjust the size according to your own needs. Just know where to modify it.
Recommended study: "
》
Then restart nginx. If you don’t know how to start it, just reboot. It’s simple and crude...
The above is the detailed content of How to change the size of PHP upload files under Linux. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Chinese version
Chinese version, very easy to use

WebStorm Mac version
Useful JavaScript development tools

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver Mac version
Visual web development tools
