In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-07 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
Editor to share with you what to do if there is no php file uploaded. I hope you will get something after reading this article. Let's discuss it together.
1. Modify php.ini and set the size of the uploaded file.
2. Add "php_value upload_max_filesize" 300m "" to httpd.conf.
3. Restart the server.
Using ThinkPhp framework to upload small picture file successfully, but failed to upload large file.
Later, we found out the reason, because php limits the size of uploaded files. Modify the php.ini configuration as follows:
Upload_max_filesize = 300Mpost_max_size = 300m
Restart the server, still the same, the problem has not been resolved.
The solution is as follows, and add the following to httpd.conf:
Php_value upload_max_filesize "300m" php_value post_max_size "300m"
Restart the server again, OK!
After reading this article, I believe you have a certain understanding of "how to upload php without files". If you want to know more about it, welcome to follow the industry information channel. Thank you for your reading!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.