Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

上传显示超出upload_max_filesize #15

Open
deepthan opened this issue Jan 28, 2018 · 0 comments
Open

上传显示超出upload_max_filesize #15

deepthan opened this issue Jan 28, 2018 · 0 comments

Comments

@deepthan
Copy link
Owner

上传显示超出upload_max_filesize

首先可以打印出文件位置

<?php echo phpinfo();?>

在 Loaded Configuration File选项里找到php.ini位置,全局搜索 upload_max_filesize和post_max_size都修改大一点,之后重启服务器。

如果这样还不起作用的话就在 .htaccess文件里面修改,在root文件夹下找到它。

php_value upload_max_filesize 20M
php_value post_max_size 20M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant