Jump to content

sunilpandya

Recommended Posts

All you need to do is open the file and copy the bytes to the database field. In PHP you can use file_get_contents to get the image data. If you're working with uploads, use file_get_contents on the $_FILES['file']['tmp_name'] element.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...