Hi, I'm having issues uploading product images on Magento 2.3.6
I have checked all folder permissions they seem correct
It lets me select a file but no preview shows but if I hover over the right it shows the file name but nothing seems to upload when I check folders through FTP
Any help would be great thanks
kindly check if you can see the images in the Admin area when you edit products.
that means that the images you have uploaded are there in the filesystem and the permission is correct.
try running the following command :
php bin/magento catalog:images:resize
NOTE: This command may take time depending upon your catalog size.
kindly Accept as a Solution if this works for you and give Kudos