How to store images and videos in database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vasudha
    New Member
    • Aug 2012
    • 1

    How to store images and videos in database

    how images and vedios can be stored in database...i want complete information regaring this so plz do the needfull..
  • ariful alam
    New Member
    • Jan 2011
    • 185

    #2
    You need a field in your database with binary datatype. and have to convert your image/video file to binary to store in database.

    Comment

    Working...