PHP empty TMP_NAME on iOS Upload Image

女生的网名这么多〃 提交于 2019-12-06 16:39:52

The image file size of the photos taken using the camera tend to be quite large for a 3G connection. Therefore, as your answer suggests, you need to increase the MAX_REQUEST_TIMEOUT

Just in case someone is facing the same problem, after some days of research, I have found the problem.

The images were uploaded with 3G mobile connections, as a result, there was certain amount of delay in beetwen the time the upload started until it finished.

Due the fact that, the MAX_REQUEST_TIMEOUT property had a low value, the image was not able to reach the server before the MAX_REQUEST_TIMEOUT exceeded, so the upload was aborted.

Hope it helps!

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