Skip to content

File Uploads

Compare
Choose a tag to compare
@simov simov released this 05 Dec 13:15
· 290 commits to main since this release
  • the default location for file uploads is public/upload make sure you have rights to write there
  • the upload folder location can be configured from the config.json file http://simov.github.io/express-admin-site/#configjson
  • any regular text field can be configured to have a file control inside settings.json
"control": {
    "file": true
}
  • fixed urls path bug in listview