Instagram-clone
Instagram-clone copied to clipboard
Can't change avatar
https://github.com/yTakkar/Instagram-clone/blob/master/README.md#updated-version
@oojuanlee solved the problem , look for avatar.class and for the uploadAndResize Method put
$tmp = explode('.', $name);
$ext = strtolower(end($tmp));
Hi I had the same problem