ze39305 Posted May 8, 2007 Share Posted May 8, 2007 I made a php scrip to upload image in MYSQL database but can't display it in correct way! I suspect that the files have been written in ASCII mode because I can read text files properly. I made some changes in fopen comand: $fp = fopen($tmpName, "rb");// rb= read in binary mode But I alway get the same results.How to save the file in binary mode if this is a cause. Can send my php upload and download files if you like. Please help. I'm desperate. Quote Link to comment https://forums.phpfreaks.com/topic/50467-uploading-file-to-mysql-with-php/ Share on other sites More sharing options...
cmgmyr Posted May 8, 2007 Share Posted May 8, 2007 Check out this tutorial. It might point you in the right direction. http://www.php-mysql-tutorial.com/php-mysql-upload.php Quote Link to comment https://forums.phpfreaks.com/topic/50467-uploading-file-to-mysql-with-php/#findComment-248111 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.