Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Allowed Extensions
  • is fileExt supposed to be an extension "limiter" ?
    It doesn't seem to work for me, I tried
    fileDesc: 'JPG Image Files (*.jpg), GIF(*.gif)',
    fileExt: '*.jpg;*.gif;',


    but nothing changes on the button, it's the same as before and it lets me upload anything..help!
  • Here it is working, I will copy mine so you can check it out.

    'fileExt': '*.png;*.jpg;*.gif;*.doc;*.docx;*.xls;*.xlsx;*.pdf;*.ppt;*.pptx',
    'fileDesc': '*.png;*.jpg;*.gif;*.doc;*.docx;*.xls;*.xlsx;*.pdf;*.ppt;*.pptx',
  • I realized it works, I was expecting something to appear under the button instead it changes the way you can select items ;)