Instagram-clone icon indicating copy to clipboard operation
Instagram-clone copied to clipboard

Can't change avatar

Open oojuanlee opened this issue 6 years ago β€’ 3 comments

oojuanlee avatar Apr 23 '18 07:04 oojuanlee

https://github.com/yTakkar/Instagram-clone/blob/master/README.md#updated-version

yTakkar avatar Apr 23 '18 07:04 yTakkar

@oojuanlee solved the problem , look for avatar.class and for the uploadAndResize Method put

 $tmp = explode('.', $name);
 $ext = strtolower(end($tmp));

alsong avatar Jan 18 '19 19:01 alsong

Hi I had the same problem

rencontre634 avatar Aug 03 '20 08:08 rencontre634