php - php5filter: Constantly getting UPLOAD_ERR_PARTIAL on files bigger than ~7961 Bytes -
when upload file bigger 7961 bytes (yes not mb, not kb, bytes) upload_err_partial. limit little bit greater 7967b , on. totally sure have in php.ini (i checked running phpini()):
post_max_size = 8m upload_max_filesize = 2m max_execution_time = 30 memory_limit = 128m file_uploads = on
i have tried increase values, no effect. when file smaller, upload works normally.
my configuration is: apache2, apache2-mod-php5filter, php5 5.6.9.
apache error.log
tells.nothing. have set e_all
.
thank answers.
Comments
Post a Comment