How can I display thumbnails from Blob data
问题 I'm new to php and I'm trying to build a photo website. I've managed to get the upload function working properly (send as blob to database and displaying it using custom url). Now, I want to retrieve this blob data and automaticly make a thumbnail for it. Unfortunately I only see the canvas format with a black background with the width and height I specified. Can someone point me in the right direction? get_thumb_function.php: // db_connect include 'databaseconnection.php'; // get id $id = $