CrazyEngineers
  • Storing images in db

    Updated: Oct 26, 2024
    Views: 1.1K
    How can we store images and pdf files in database (using sql server dbms)??
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Vishal Sharma

    MemberJun 16, 2014

    generally, for storing files in any database, the file is divided into byte chunks with an ID to each chunk. Remember It's common for all the databases. This post relates to what you want to do using SQL server..

    #-Link-Snipped-#
    Are you sure? This action cannot be undone.
    Cancel
  • Ratnadeep.aare

    MemberJun 25, 2014

    I would suggest there are better ways to store the actual file upload on the server storage in encrypted way and only the pointer to the file is saved in database. This way you will not end up in database space crunch and easy to manage your database
    Are you sure? This action cannot be undone.
    Cancel
  • avi2

    MemberJun 25, 2014

    use base64 encoding
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register