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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.