Jumat, 13 Agustus 2010

upload dengan file SQL yang besar sapa takut :D

cara merubah setingan upload dengan merubah settingan di php ini.


in /etc/php5/apache2/php.ini:
max_execution_time = 60     ; Maximum execution time of each script, in seconds (def. 30)
max_input_time = 90 ; Maximum amount of time each script may spend parsing request data (def. 60)
memory_limit = 128M      ; Maximum amount of memory a script may consume (def. 128mb)
upload_max_filesize = 16M ; Maximum allowed size for uploaded files. (def. 2mb)
post_max_size = 16M ; (def. 8mb)

Tidak ada komentar:

Posting Komentar