I need to do a web page for a client to upload images to a data base and display them.
I am achieve to upload the images into a database, but I\'m having trouble di
Depending on the file use inline base64 encoding. This is done with:
echo '';
Font: base64_encode
OR
Put the T upperCase (Type), because can giving error in IE. Try printing with the function file_get_contents.
T
header('Content-Type: image/jpeg'); echo readfile($image);