APC File Upload Progress Status getting stuck at 2100000 Bytes (~2.1MB)

梦想的初衷 提交于 2019-12-25 08:23:29

问题


For some odd reason, the apc file upload status gives me the file size until it gets to 2,100,000 at which point it stops.

I am able to successfully upload files smaller than 2.1MB but everything over 2.1MB is failing because of this error. I checked the apc.max_upload_size variable and bumped it up to 100M but still no luck. I've been monitoring $status['current'] for a number or different uploads and this number can never get over 2100000.

Something tells me there is some other setting that tells APC to stop reporting back $status['current'] value after some size has been reached.

Any ideas?


回答1:


It turns out I was looking for the max size setting in the wrong place. The 2MB limit was imposed by the php settings so changing that fixed everything!



来源:https://stackoverflow.com/questions/8893330/apc-file-upload-progress-status-getting-stuck-at-2100000-bytes-2-1mb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!