I added MIME type to allow .docx file but still getting an error to upload a .docx file. Can you please help me with this.
- 1
var allowed_file_types = ['image/jpeg', 'image/pjpeg', 'application/pdf', 'application/msword', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'];
- What is the error? I just added the and it is working ok. – Saran