Home >Backend Development >PHP Tutorial >微信投票活动,大量人上传图片有时会出现图片缺失。

微信投票活动,大量人上传图片有时会出现图片缺失。

WBOY
WBOYOriginal
2016-06-06 20:34:321512browse

PHP写的微信活动,有报名页面,可以上传图片,正式上线的时候因为同时报名太多,有些报名出现图片缺失或者没有图片,但是其他报名信息是正常的,求教如何避免这种情况出现。

回复内容:

PHP写的微信活动,有报名页面,可以上传图片,正式上线的时候因为同时报名太多,有些报名出现图片缺失或者没有图片,但是其他报名信息是正常的,求教如何避免这种情况出现。

看看带宽峰值~

是通过微信的JSSDK实现上传的么? 那你需要检查下微信服务器返回的serverId是否正常,然后再写个异步线程到微信服务器拉取图片即可. 不过微信JSSDK2G网络环境下有时会经常上传失败,需要不断的调试.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn