File type not supported

Issue #2 resolved
dummy lala created an issue

The addon says the "File type not supported", but its a CSV file with the following content:

userid,username,email
1,myname,mail@gmail.com
2,myname,mail@gmail.com
3,myname,mail@gmail.com

This is correct, not?

Comments (5)

  1. David Simpson repo owner

    Hi @demon326

    I've looked at my Google Analytics logs for any error messages on file upload today.

    I've found file upload errors for the following mime-types (thats types of file):

    • application/x-msdownload - this appears to be a strange Microsoft mime-type. It may be a precurser of application/vnd.ms-excel, so I will allow this as a supported file type for the time being
    • application/x-zip-compressed - this should be a zip archive, so is not supported

    I'll add this in the next version of the extension - v0.0.8 - will try to release this soon.

  2. dummy lala reporter

    hmms, maybe cause i exported it via phpmyadmin and then used Openoffice to clear out the other fields and saved it again.. Anyhow, thanks!

  3. David Simpson repo owner

    Perhaps try copying the CSV content into a new file in a text editor and then save the file with a .csv extension. Perhaps.

  4. Log in to comment