Jump to content

uploading file to MYSQL with php


ze39305

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/50467-uploading-file-to-mysql-with-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.