sdelements / lets-chat

Self-hosted chat app for small teams
http://sdelements.github.io/lets-chat
MIT License
9.76k stars 1.58k forks source link

Where is the file upload function? #721

Closed enrichz closed 7 years ago

enrichz commented 7 years ago

Hello, I installed lets chat in local on my node server and I'm not able to find the feature for uploading files. Is it a plugin or something?

Thanks

Cyberwizzard commented 7 years ago

In your settings.yml, make sure you have:

files:
  enable: true
  provider: local
  local:
    dir: uploads

Make sure to expand the right sidebar by pressing the arrow button in the top-right. There should be a section saying "Files". The plus button there allows you to upload files.

enrichz commented 7 years ago

Thank you @Cyberwizzard