Slingshot doesn't support .docx mimetype ?
Closed this issue · 3 comments
Hi.
I have a problem to accept the .docx mimetypes (application/vnd.openxmlformats-officedocument.wordprocessingml.document) in the slingshot file restrictions.
Setting this in the server :
Slingshot.fileRestrictions("resumes", { allowedFileTypes: ["image/png", "image/jpeg", "image/jpg", "image/tiff", "image/x-tiff", "application/pdf", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/msword"], maxSize: 10 * 1024 * 1024 });
Throw this error :
errorClass {error: "Upload denied", reason: "application/vnd.openxmlformats-officedocument.word…image/x-tiff, application/pdf, application/msword", details: undefined, message: "application/vnd.openxmlformats-officedocument.word…plication/pdf, application/msword [Upload denied]", errorType: "Meteor.Error"} details: undefined error: "Upload denied" errorType: "Meteor.Error" message: "application/vnd.openxmlformats-officedocument.wordprocessingml.document is not one of the followed allowed file types: image/png, image/jpeg, image/jpg, image/tiff, image/x-tiff, application/pdf, application/msword [Upload denied]" reason: "application/vnd.openxmlformats-officedocument.wordprocessingml.document is not one of the followed allowed file types: image/png, image/jpeg, image/jpg, image/tiff, image/x-tiff, application/pdf, application/msword" stack: (...) get stack: stack() set stack: stack() __proto__ : Error
Can you please add support for this mimetypes ? Thank you :)
As @SeanBarryUK said, his answer is perfect for fixing this issue.