Loading...

修改php.ini更改允許上傳檔案的大小

Temperature: 0 °C

Mark ChangMark Chang
author_tools

使用vi或vim開啟php.ini

#vim /etc/php/apache2/php.ini

找到以下位置並修改
可以使用?指令做查詢
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 16M ; Maximum amount of memory a script may consume (16MB)
;Maximum size of POST data that PHP will accept.
post_max_size = 8M
;Maximum allowed size for uploaded files.
upload_max_filesize = 2M <--可上傳更大的檔案預設值是2M

使用插入做修改
i

離開vim編輯
:wq <--儲存並且離開

重新啟動 apache
#sudo /etc/init.d/apache2 restart


以上紀錄

 

https://innstory.com/story-修改phpini更改允許上傳檔案的大小-2277
PHP

Prev
 parseurl解析_URL

Next
如何增加WordPress網站的PHP時間限制 

About the Author

Mark Chang

離不開電腦的宅男

Visitor message

Leave some footprints to prove that you visited me

Recommended reading

Author's other related stories

php在windows系統下無法使用mb_send_mail寄信?

php在windows系統下...

首先,mbsendmail是php所提供可用來發送編碼的郵件。 一般來說會導致無法發送郵件大部分原因...

使用CSS 讓ul li 橫向水平

使用CSS 讓ul li 橫...

好吧,其實這個css常在用,但我每次都沒特別紀錄,然後每次又忘記然後又要Google。 其實主要就是...

改變input placeholder 字體顏色

改變input placeh...

colorphoto55 通常我們會使用 placeholder 來作為欄位提醒文字~ 通常 pla...

Please select an option

error

Hi, thank you for your participation, but you cannot vote repeatedly~

Join innstory now and start recording your story.

"Innstory" is a place to store stories. We are committed to becoming a warm platform. Deepening the bonds between people is our direction.
We are convinced that the blockchain between people is not just a cold calculation. Join us now.

Wrong format