How do increase the max file upload size using php on apache web server? [duplicate]
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.
精彩评论