Vue Formulate 上 excel 文件的 MIME 类型是什么
我试过了
<FormulateInput
type="image"
name="headshot"
label="Select an image to upload"
:uploader="uploadFile"
help="Select a png, jpg or gif to upload."
validation="mime:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
/>
但这似乎不起作用。如何验证所选文件是否确实是 a .xls
or .xlsx
file .?