File storage location

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LuckyLouie
    Senior Member
    • Nov 2017
    • 172

    File storage location

    Where are the large files stored? In the database? Or only links to files are stored in the database?
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Attachment data (name, type, size) is in attachment table, but attachment content is in data/upload folder. Attachment id has the same as file name in folder

    Comment

    Working...