Welcome Guest, Not a member yet? Register   Sign In
Another CSV thread
#1

[eluser]scottzirkel[/eluser]
I've looked through all the problems with uploading csv's and I've added as many additions to the mime type array as I could find, but it's still not working. Here is what I've put into the mimes.php file in the config folder.
Code:
'csv'    =>    array('text/comma-separated-values', 'text/x-comma-separated-values', 'text/csv', 'application/csv', 'application/excel', 'application/vnd.ms-excel', 'application/vnd.msexcel', 'text/anytext', 'text/plain', 'application/octet-stream'),
Any ideas?
#2

[eluser]Unknown[/eluser]
Had same problem and was fixed after reading This thread.
#3

[eluser]scottzirkel[/eluser]
Yeah, I read that, but all of his entries are in my array as well and it's still not working.




Theme © iAndrew 2016 - Forum software by © MyBB