Skip to main content
Participant
July 28, 2014
Question

Hi, plz help me. i wanna store photos to sql database. so how to insert file field into insert record in dreamweaver cs3?

  • July 28, 2014
  • 1 reply
  • 1043 views

I dont know how to insert file field into insert record in DW. i also want to know, insert dynamic table with image field. Plz help me anyone. Ty..

This topic has been closed for replies.

1 reply

Participating Frequently
August 1, 2014

I would suggest that you don't store binary image files directly in the database. Doing so can lead to poor performance. Typically, you would store the files in the server file system, and store only meta-data which includes the file location in the database.

Participant
August 2, 2014

ohh kk thank you bro. But How to store photos to server file. I wanna upload and display the photos in webpage. Can you send me the php code for this?