上传头像图片更新不了?
By kingst
at 2018-10-12
0人收藏 • 2935人看过
如题
- 登录后方可回帖
回复#1 @学神之女 :
应该是没调用上传程序。我的主机后台目录upload/avatar/middle 里面没有新的上传文件
回复#2 @kingst :
估计是你没给upload目录写入权限,给775吧。
回复#3 @lincanbin :
没有啊。帖子里面传图是正常的。还有官网这里也没法更新头像
回复#4 @kingst :
官网是因为用了CDN,缓存很久。
回复#5 @lincanbin :
move_uploaded_file($_FILES['Avatar']['tmp_name'], '/mnt/vdb1/virtualhost/05165f0a40/upload/12334.jpg');
用了这样的办法也没检查出传头像哪里出问题了。。。
flow st=>start: 开始 op=>operation: My Operation cond=>condition: Yes or No? e=>end st->op->cond cond(yes)->e cond(no)->op &
flow st=>start: 开始 op=>operation: My Operation cond=>condition: Yes or No? e=>end st->op->cond cond(yes)->e cond(no)->op &
flow st=>start: 开始 op=>operation: My Operation cond=>condition: Yes or No? e=>end st->op->cond cond(yes)->e cond(no)->op &
```flow st=>start: 开始 e=>end: 登录 io1=>inputoutput: 输入用户名密码 sub1=>subroutine: 数据库查询子类 cond=>condition: 是否有此用户 cond2=>condition: 密码是否正确 op=>operation: 读入用户信息
st->io1->sub1->cond cond(yes,right)->cond2 cond(no)->io1(right) cond2(yes,right)->op->e cond2(no)->io1 ```