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

Problems to upload PDF #719

Open janstieler opened 7 years ago

janstieler commented 7 years ago

Hi, I have problems to upload pdf-files to my lets-chat installation. I got only the message ops, something went wrong this is not really a helpfull information to solve the problem :). My settings.yml for files is:

files:
  enable: true
  provider: local
  restrictTypes: true
  allowedTypes:
    - 'image/jpeg'
    - 'image/png'
    - 'image/gif'
    - 'application/pdf'
  local:
    dir: uploads

Or where can I find a better log for problem solving?

Cheers

puchp commented 7 years ago

Hi janstieler, have you try this ? restrictTypes: false

sweetcake2017 commented 6 years ago

After setting the restrictTypes: false , still can not upload 'txt' , 'pdf' etc files