Downloading File

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bryan729
    New Member
    • Aug 2009
    • 1

    Downloading File

    Hi, I created a public folder which were I upload my actual files and a database table named "file" which I put and stored the path for my actual files, I was wondering if there's a code for downloading a file the same as when you click a file there's a small pop up that will tell you to open or save as..
  • improvcornartist
    Recognized Expert Contributor
    • May 2007
    • 303

    #2
    send_data or send_file may do what you want.

    Comment

    Working...