开发者

How do increase the max file upload size using php on apache web server? [duplicate]

开发者 https://www.devze.com 2023-03-31 17:26 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate: How To Change The Maximum File Size Upload?
This question already has answers here: Closed 11 years ago.

Possible Duplicate:

How To Change The Maximum File Size Upload?

I w开发者_如何学Pythonant to make the max file upload size to be 20MB, I know I need to use htaccess, but where to put it, I am using windows web server.

Can you tell me in which repository I should put that file?


Find your php.ini file and change the value of upload_max_filesize and set it to the desired value. Then restart your webserver.

0

精彩评论

暂无评论...
验证码 换一张
取 消