Files
Where files are stored depends on the section in which they have been uploaded, details are outlined below:
| Jadu Central area | Storage location |
|---|---|
| Image manager | public_html/images/ |
| Image manager in blog posts | public_html/blog/blogImages/ |
| Image manager in blog themes | public_html/blog/template_images/ |
| Stylesheets | public_html/site/styles/ |
| Downloads | var/downloads/ |
| Category list | var/category_lists/ |
| Category list backups | var/category_lists/taxonomy_backups/ |
| Directory imports | /var/tmp/directory_imports |
| Directory exports | /var/tmp/ |
Allowed download file types
The array of allowed download file types is set in globals.xml configuration file. The default configuration is as follows, and allows all file types:
To allow specific file types only, items should be added to file_types as follows:
This will only allow files ending with ".pdf" to be uploaded to the website downloads section.