Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Local.Configuration.Site.Attachments Class Reference

Static Public Attributes

string category = "attachments"
 The name of the database table used to store attachment information (only change this if you know what you are doing!)
 
 allowed = True
 Whether or not attachments are allowed.
 
int sizeLimit = 2
 The maximum size of an attachment, in bytes (2 MB default)
 
dictionary storage
 Where attachments are stored on the file system. More...
 
string tempStorage = "temp"
 Where attachments are temporarily stored (this string is appended to the value above unless it begins with a "/")
 

Member Data Documentation

dictionary Local.Configuration.Site.Attachments.storage
static
Initial value:
1 = {
2  "local": "/media/attachments",
3  "client": "/media/attachments"
4  }

Where attachments are stored on the file system.


The documentation for this class was generated from the following file: