I am trying to upload a excel file to wordpress, i am getting error:
"Specified file failed upload test.", .xls format file cannot be uploaded??
How do get arround it?
|
I am trying to upload a excel file to wordpress, i am getting error: "Specified file failed upload test.", .xls format file cannot be uploaded?? How do get arround it? |
|||
|
|
|
You need to add the mime type to the whitelist of allowed file types. Assuming this one still works, you can go the plugin route using. Alternatively if you want to add your own mimes in code form, here's an example.
Here's a few helpful links to help with mime types. |
|||
|
|