lets-chat icon indicating copy to clipboard operation
lets-chat copied to clipboard

Problems to upload PDF

Open janstieler opened this issue 8 years ago • 2 comments

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

janstieler avatar Oct 11 '16 22:10 janstieler

Hi janstieler, have you try this ? restrictTypes: false

puchp avatar Oct 12 '16 03:10 puchp

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

sweetcake2017 avatar May 08 '18 12:05 sweetcake2017